Skip to content

Commit

Permalink
fix: correct publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Mar 26, 2024
1 parent af665d7 commit 601ffc3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
steps:
- name: Build and test
uses: linz/action-typescript@v3
with:
registry-url: 'https://npm.pkg.github.com'

- name: Publish to Github
run: npm publish
- name: Publish to NPM
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_LINZJS }}

0 comments on commit 601ffc3

Please sign in to comment.