Skip to content

Commit 49c95d8

Browse files
committed
Don't generate archive twice when publishing
1 parent d5afb87 commit 49c95d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: Install dependencies
4242
run: yarn --immutable
4343

44-
- name: Generate archive
45-
run: yarn pack
46-
4744
- name: Publish with latest tag
4845
if: github.event.release.prerelease == false
4946
run: yarn npm publish --tag latest --provenance

0 commit comments

Comments
 (0)