Skip to content

Commit 04f8056

Browse files
committed
(CI): npm publish fix
1 parent c606294 commit 04f8056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ jobs:
88
publish:
99
if: "!github.event.release.prerelease"
1010
uses: ./.github/workflows/w-deploy-npm.yml
11+
with:
12+
checkout_ref: ${{ github.event.release.target_commitish }}
13+
tag_name: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)