Skip to content

Commit acde039

Browse files
committed
Another try
1 parent 9b2119c commit acde039

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- run: echo ${{ needs.version.outputs.version }}
5151
- name: version
5252
run: |
53-
export JCODINGS_VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
53+
echo version=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout` >> $GITHUB_OUTPUT
5454
- name: Publish package
5555
run: mvn -ntp deploy
5656
env:
5757
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5858
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
59-
if: ${{ contains(env.JCODINGS_VERSION, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
59+
if: ${{ contains(steps.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}

0 commit comments

Comments
 (0)