Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Oct 29, 2022
1 parent 41e8dc0 commit 8bca877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: pnpm i

- name: Publish the package
run: pnpm publish --tag ${{ needs.release.outputs.release-id }}
run: pnpm publish --no-git-checks --tag ${{ needs.release.outputs.release-id }}
env:
NODE_AUTH_TOKEN: ${{ github.token }}

Expand Down Expand Up @@ -126,6 +126,6 @@ jobs:
run: pnpm i

- name: Publish the package
run: pnpm publish --tag ${{ needs.release.outputs.release-id }}
run: pnpm publish --no-git-checks --tag ${{ needs.release.outputs.release-id }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8bca877

Please sign in to comment.