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 d70840d commit f50ad97Copy full SHA for f50ad97
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
git config --local user.email "[email protected]"
50
git config --local user.name "GitHub Action"
51
- git commit -m "e set SNAPSHOT version" -a || echo "nothing to commit"
+ git commit -m "v ${{ steps.version.outputs.tag }}" -a || echo "nothing to commit"
52
git checkout -b temp
53
git fetch
54
git checkout master
0 commit comments