mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
GitHub Actions: fixed typo in snapshot step condition
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user