Skip to content

Commit 6011aa3

Browse files
authored
fix: napi prepublish cli argument (#159)
1 parent a00dadd commit 6011aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
npm publish --provenance --access public
180180
elif [[ "$GITHUB_REF_TYPE" = "branch" ]]; then
181181
npm config set tag next
182-
yarn napi prepublish -t npm --skip-gh-release
182+
yarn napi prepublish -t npm --no-gh-release
183183
npm publish --provenance --access public --tag next
184184
else
185185
echo "Skip publish"

0 commit comments

Comments
 (0)