Skip to content

Commit

Permalink
build: use npm for publish (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 14, 2024
1 parent 762295a commit 081656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
secrets: |-
NPM_TOKEN:discord-app-city-prd/discord-interactions-js-deploy-token
- name: Publish 🚀
run: pnpm publish --provenance --access public --no-git-checks
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ steps.secrets.outputs.NPM_TOKEN }}

0 comments on commit 081656e

Please sign in to comment.