Skip to content

Commit

Permalink
build:test
Browse files Browse the repository at this point in the history
  • Loading branch information
oneWalker committed Nov 6, 2024
1 parent 478fa5d commit 17d88a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Publish to npmjs
run: npm publish --//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
# - name: Publish to npmjs
# run: npm publish --//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}

- name: Configure npm for GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GIT_TOKEN }}" > ~/.npmrc

- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GIT_TOKEN }}
registry-url: 'https://npm.pkg.github.com/'
run: npm publish

0 comments on commit 17d88a7

Please sign in to comment.