Skip to content

Commit

Permalink
Fixed publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Apr 20, 2024
1 parent 6953db5 commit 8f00125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Publish
run: pnpm publish --access public --no-git-checks
Expand Down

0 comments on commit 8f00125

Please sign in to comment.