mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 14:30:56 +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: |
|
if: |
|
||||||
matrix.java == '11' &&
|
matrix.java == '11' &&
|
||||||
github.event_name == 'push' &&
|
github.event_name == 'push' &&
|
||||||
github.ref == 'ref/head/github-actions' &&
|
github.ref == 'refs/heads/github-actions' &&
|
||||||
github.repository == 'JFormDesigner/FlatLaf'
|
github.repository == 'JFormDesigner/FlatLaf'
|
||||||
|
|
||||||
- name: Release a new stable version to bintray
|
- name: Release a new stable version to bintray
|
||||||
|
|||||||
Reference in New Issue
Block a user