Skip to content

Commit

Permalink
Remove git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Apr 4, 2024
1 parent d7c2575 commit fc850e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
working-directory: ./js
run: pnpm run build

- name: Publish internal
working-directory: ./js
run: |
echo "@caido:registry=https://npm.pkg.github.com" > .npmrc
pnpm -r publish
- name: Publish
working-directory: ./js
env:
NPM_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}
run: pnpm -r publish --access public

- name: Publish internal
working-directory: ./js
run: |
echo "@caido:registry=https://npm.pkg.github.com" > .npmrc
pnpm -r publish --no-git-checks

0 comments on commit fc850e3

Please sign in to comment.