Skip to content

Commit 042e80f

Browse files
committed
fix(actions): Fix create release action
1 parent 694d73c commit 042e80f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Commit release
4545
run: |
4646
git checkout -b release/${{ steps.version.outputs.VERSION }}
47-
git tag ${{ steps.version.outputs.VERSION }}
4847
git push origin release/${{ steps.version.outputs.VERSION }}
4948
git push --tags
5049

0 commit comments

Comments
 (0)