Skip to content

Commit fc70f7b

Browse files
committed
Delete prefix
1 parent 05a9453 commit fc70f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vr-foraging-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
git config --global user.email "github-actions[bot]@users.noreply.github.com"
212212
git add .
213213
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 }}"
214+
git tag -a "v${{ steps.get_version.outputs.version }}" -m "v${{ steps.get_version.outputs.version }}"
215215
git push origin main
216216
git push origin "v${{ steps.get_version.outputs.version }}"
217217

0 commit comments

Comments
 (0)