We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a9453 commit fc70f7bCopy full SHA for fc70f7b
.github/workflows/vr-foraging-cicd.yml
@@ -211,7 +211,7 @@ jobs:
211
git config --global user.email "github-actions[bot]@users.noreply.github.com"
212
git add .
213
git commit -m "Release v${{ steps.get_version.outputs.version }} [skip ci]"
214
- git tag -a "v${{ steps.get_version.outputs.version }}" -m "Release v${{ steps.get_version.outputs.version }}"
+ git tag -a "v${{ steps.get_version.outputs.version }}" -m "v${{ steps.get_version.outputs.version }}"
215
git push origin main
216
git push origin "v${{ steps.get_version.outputs.version }}"
217
0 commit comments