Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 25, 2024
1 parent 5a1fa20 commit 9e11cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm whoami
- run: npm run release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # ff9b......76c4
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GH_RELEASE_TOKEN}}

0 comments on commit 9e11cd8

Please sign in to comment.