Skip to content

Commit

Permalink
Update npm_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s authored May 29, 2022
1 parent 8d6ce66 commit 07a00af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: deno run -A scripts/build_npm.ts ${{github.ref_name}}
- run: cd npm && pnpm install && pnpm publish --access=public
- run: cd npm && pnpm install && pnpm publish --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 07a00af

Please sign in to comment.