Skip to content

Commit 8e6da5c

Browse files
committed
ci: fix SHA prereleaser to release to rc tag
1 parent 4571be3 commit 8e6da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release-sha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
npm --no-git-tag-version version "$(jq --raw-output .version package.json)-pre.$(git rev-parse --short ${{ inputs.ref }})"
4343
4444
- name: Run npm publish
45-
run: npm publish --provenance
45+
run: npm publish --provenance --tag=rc
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)