diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4655819..6a8a367 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -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 }}