Skip to content

Commit 79652fd

Browse files
authored
ci(publish): Don't add tag already created by release (#128)
Creating a GitHub release automatically adds a tag so this step is redundant and causes an error
1 parent 67f38fe commit 79652fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "22"
18-
- name: Create local git tag
19-
# This is necessary to ensure that the tag exists within the
20-
# source archive and can be read by our set-version script.
21-
run: |
22-
git tag "${{ github.event.release.tag_name }}"
2318
- name: Generate source archive
2419
run: npm run archive
2520
- name: Install dependencies

0 commit comments

Comments
 (0)