Skip to content

Commit

Permalink
Fix/GitHub folder (#7)
Browse files Browse the repository at this point in the history
* fix: remove .github folder from npm package code

* fix: change publish command to use npm
  • Loading branch information
gutyerrez authored Dec 28, 2023
1 parent df2256e commit 8b14901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
# Publish package to destination registry
#
- name: Publish package to registry
run: pnpm publish --no-git-checks
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8b14901

Please sign in to comment.