Skip to content

Commit 75add4b

Browse files
committed
chore: allow prereleases to npm
1 parent da9a62b commit 75add4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: npm install -g npm@latest
4343
- name: Build and publish package
4444
if: startsWith(github.ref, 'refs/tags/')
45-
run: npm publish --access=public
45+
run: npm publish --access=public --tag ${GITHUB_REF_NAME#v}
4646

0 commit comments

Comments
 (0)