Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankolbe committed Sep 17, 2024
1 parent 90e5a9d commit 56a23a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
steps:
# Set NPM Registry to ensure the correct registry is used
- name: Set NPM Registry
run: npm config set registry https://registry.npmjs.org/
run:
npm config set registry https://registry.npmjs.org/

# Set the NPM authentication token using pnpm
- name: Set NPM Auth Token
run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}

# Verify NPM Authentication
- name: Verify NPM Authentication
Expand Down

0 comments on commit 56a23a2

Please sign in to comment.