From 4d5242cd61ad5bdd6272c14533c0aa4c6e36a3b1 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 21 Nov 2020 12:06:18 +0100 Subject: [PATCH] GitHub Actions: fixed typo in snapshot step condition --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 377e56db..fae3748e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: if: | matrix.java == '11' && github.event_name == 'push' && - github.ref == 'ref/head/github-actions' && + github.ref == 'refs/heads/github-actions' && github.repository == 'JFormDesigner/FlatLaf' - name: Release a new stable version to bintray