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 7c32602 commit 75b6706
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Build the package
run: pnpm run build

- name: Check for NPM token
run: |
echo "NPM Token: ${{ secrets.NPM_TOKEN }}"
- name: Publish to npm
run: pnpm publish --no-git-checks
env:
Expand Down

0 comments on commit 75b6706

Please sign in to comment.