0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-06-30 02:31:14 +00:00

publish to public scope

This commit is contained in:
Fawaz Ahmed 2024-02-29 21:45:12 +05:30
parent d2cdc2b5b3
commit 76c77f86cc

View File

@ -52,6 +52,6 @@ jobs:
7z a package.tar.gz package.tar -tgzip -mx=9 -aoa -mfb=258 -mmt=on
- name: publish
run: npm publish package.tar.gz
run: npm publish --access public package.tar.gz
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}