Skip to content

Commit

Permalink
fix(master): fix whiskeysockets publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpShell committed Apr 28, 2024
1 parent 0792755 commit 649dee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- name: Publish in NPM (whiskeysockets scope)
run: |
json -I -f package.json -e "this.name='@whiskeysockets/baileys'"
npx json -I -f package.json -e "this.name='@whiskeysockets/baileys'"
npm publish --access public
json -I -f package.json -e "this.name='baileys'"
npx json -I -f package.json -e "this.name='baileys'"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 649dee4

Please sign in to comment.