Skip to content

Commit 422a729

Browse files
committed
Restored tag in npm publish
1 parent 6c5dc38 commit 422a729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: npm version --no-git-tag-version "$(jq -r .version package.json)-master.${GITHUB_SHA::7}"
4040

4141
- name: Publish to GitHub Packages
42-
run: npm publish
42+
run: npm publish --tag prerelease
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)