Skip to content

Commit

Permalink
chore: update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Jul 17, 2023
1 parent d3eea5b commit 0ae0fab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Prepare module
run: pnpm prepare

- name: Publish Package
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0ae0fab

Please sign in to comment.