GitHub Actions: fixed typo in snapshot step condition

This commit is contained in:
Karl Tauber
2020-11-21 12:06:18 +01:00
parent 7ad176f98d
commit 4d5242cd61

View File

@@ -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