Skip to content

Commit d68d606

Browse files
authored
Merge pull request #8 from Adrianmjim/chore/add-readme
fix(actions): Fix create release action
2 parents 9936d6e + 042e80f commit d68d606

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)