Skip to content

Commit

Permalink
[chore] Fix publish Git Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Jul 31, 2024
1 parent 372efa4 commit 29d10dd
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand All @@ -25,6 +25,6 @@ jobs:
run: pnpm install

- name: Publish build
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 29d10dd

Please sign in to comment.