Skip to content

Commit 11e4e77

Browse files
committed
Still trying to parse version
1 parent aa0bed4 commit 11e4e77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
server-username: MAVEN_USERNAME
7070
server-password: MAVEN_PASSWORD
7171

72-
- run: echo ${{ needs.version.outputs.version }}
72+
- run: echo $JCODINGS_VERSION
7373
- name: Publish package
74-
run: mvn -ntp -B deploy
74+
run: mvn -ntp deploy
7575
env:
7676
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
7777
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
78-
if: ${{ contains(needs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
78+
if: ${{ contains(env.JCODINGS_VERSION, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}

0 commit comments

Comments
 (0)