We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011d03a commit 2ea6e9cCopy full SHA for 2ea6e9c
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- id: version
23
run: |
24
VERSION=$( mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout )
25
- echo "::set-output name=version::${VERSION#-SNAPSHOT}"
+ echo "::set-output name=version::${VERSION%-SNAPSHOT}"
26
- uses: GabrielBB/xvfb-action@v1
27
with:
28
run: mvn -B release:prepare release:perform
0 commit comments