Skip to content

Commit

Permalink
Updated publish script
Browse files Browse the repository at this point in the history
no comment...
  • Loading branch information
Didas-git committed Nov 21, 2023
1 parent 4840d4a commit 9692252
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 @@ -30,7 +30,7 @@ jobs:
- name: Install Dependencies
run: bun i
- name: Build
run: bun build
run: bun run build
- name: Publish
run: npm publish --access public --registry https://registry.npmjs.org --no-git-checks
env:
Expand Down

0 comments on commit 9692252

Please sign in to comment.