Skip to content

Commit 4594382

Browse files
committed
👷 Third attempt to fix deploy condition
1 parent 4c5e949 commit 4594382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fluentforms-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: mvn -B package --file fluentforms
3838

3939
- name: Publish to GitHub Packages Apache Maven
40-
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/tags/*') && matrix.experimental == 'false' # Only run on main branch or tags and non-experimental
40+
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/tags/*') && !matrix.experimental # Only run on main branch or tags and non-experimental
4141
run: mvn -B deploy -s $GITHUB_WORKSPACE/settings.xml --file fluentforms
4242
env:
4343
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)