We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06515ee commit 123c0b9Copy full SHA for 123c0b9
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
java-version: 8
18
19
- name: Determine version from git tag
20
- id: version
21
- run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
+ id: version
+ run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
22
23
- name: set version
24
run: mvn versions:set -DnewVersion=${{ steps.version.outputs.tag }}
0 commit comments