Skip to content

Commit e06b452

Browse files
committed
Try another way to get version
1 parent e231de2 commit e06b452

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
@@ -48,7 +48,7 @@ jobs:
4848
cache: 'maven'
4949
- name: version
5050
run: |
51-
mvn help:evaluate -Dexpression=project.version -q -DforceStdout >> $JCODINGS_VERSION
51+
export JCODINGS_VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
5252
echo "version=$JCODINGS_VERSION" >> $GITHUB_OUTPUT
5353
5454
snapshot:

0 commit comments

Comments
 (0)