fix(master): fix whiskeysockets publishing

This commit is contained in:
Rajeh Taher
2024-04-28 12:08:50 +00:00
parent 07927554a2
commit 649dee41eb

View File

@@ -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 }}