Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Sep 2, 2024
1 parent 9efec4b commit 138d79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Publish to NPM package registry
# https://github.com/oven-sh/bun/issues/1976
run: bunx npm@latest publish --scope="@secretkeylabs" --registry="https://registry.npmjs.org/:$NPM_TOKEN" --access=public --tag pr-$PR_NUMBER
run: bunx npm@latest publish --scope="@secretkeylabs" --registry="https://registry.npmjs.org/:_authToken=$NPM_TOKEN" --access=public --tag pr-$PR_NUMBER
env:
NPM_TOKEN: ${{ secrets.NPM_PACKAGE_REGISTRY_TOKEN }}
PR_NUMBER: ${{ github.event.number }}

0 comments on commit 138d79b

Please sign in to comment.