Skip to content

Commit 64a1356

Browse files
committed
chore: fix tag creation permissions
1 parent 0592223 commit 64a1356

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-github.yml

-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ jobs:
7575
if: ${{ steps.info.outputs.isNewVersion }}
7676
run: npm run pack
7777

78-
- name: Create Tag
79-
if: ${{ steps.info.outputs.isNewVersion }}
80-
run: |
81-
git tag -a v${{ steps.info.outputs.version }} -m "chore(release): v${{ steps.info.outputs.version }}"
82-
git push origin v${{ steps.info.outputs.version }} --no-verify
83-
8478
- name: Build Release Notes
8579
if: ${{ steps.info.outputs.isNewVersion }}
8680
id: release-notes

0 commit comments

Comments
 (0)