Skip to content

Commit e231de2

Browse files
committed
Tweak condition
1 parent 89664e7 commit e231de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
env:
7474
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
7575
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
76-
if: ${{ contains(jobs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
76+
if: ${{ contains(needs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}

0 commit comments

Comments
 (0)