Skip to content

Commit

Permalink
ci: use npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 17, 2024
1 parent b13a7ea commit 79a25a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: lts/*
cache: pnpm
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org/"
scope: "@opengovsg"

- run: npx changelogithub
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Publish to NPM
run: pnpm publish -r --no-git-checks --tag latest --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 79a25a0

Please sign in to comment.