We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89664e7 commit e231de2Copy full SHA for e231de2
1 file changed
.github/workflows/ci.yml
@@ -73,4 +73,4 @@ jobs:
73
env:
74
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
75
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
76
- if: ${{ contains(jobs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
+ if: ${{ contains(needs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
0 commit comments