Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Sep 25, 2024
1 parent 09f6ee6 commit 1d4d3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: pnpm/action-setup@v4
- run: pnpm npm install
- run: pnpm npm run build
- run: pnpm npm publish
- run: pnpm npm publish --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

Expand All @@ -54,6 +54,6 @@ jobs:
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run build
- run: pnpm publish
- run: pnpm publish --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}

0 comments on commit 1d4d3a4

Please sign in to comment.