Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic committed Aug 22, 2024
1 parent 75b6706 commit ad6c3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Build the package
run: pnpm run build

- name: Check for NPM token
- name: Set up npm authentication
run: |
echo "NPM Token: ${{ secrets.NPM_TOKEN }}"
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish to npm
run: pnpm publish --no-git-checks
Expand Down

0 comments on commit ad6c3d2

Please sign in to comment.