Skip to content

Commit

Permalink
ci: Add debugging step in npm-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Sep 24, 2024
1 parent 06f11ae commit f9655fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Install NPM dependencies
run: npm install

# Login to NPM
- name: Login to NPM
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

# Publish to NPM
- name: Publish to NPM
env:
Expand Down

0 comments on commit f9655fd

Please sign in to comment.