Skip to content

Commit da03290

Browse files
authored
Revert redundant tag creation (#8)
1 parent e6a318d commit da03290

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/autorelease.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ jobs:
3939
echo "${{ steps.version.outputs.version }}"
4040
echo "${{ steps.changelog.outputs.changelog }}"
4141
42-
- name: push tag
43-
id: tag_version
44-
uses: mathieudutour/[email protected]
45-
with:
46-
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
custom_tag: ${{ steps.version.outputs.version }}
48-
4942
- name: Create Release
5043
uses: ncipollo/[email protected]
5144
with:

0 commit comments

Comments
 (0)