mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix(master): fix whiskeysockets publishing
This commit is contained in:
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user