Skip to content

Commit

Permalink
⚙️ publish to npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vovsemenv committed Aug 24, 2022
1 parent 99dfbc6 commit d09a957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/[email protected]
- run: pnpm install
- run: pnpm publish -r --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit d09a957

Please sign in to comment.