1
0
Fork 0
mirror of https://github.com/archtechx/wire-replace.git synced 2025-12-12 07:34:02 +00:00

npm public access

This commit is contained in:
Samuel Štancl 2020-12-30 22:39:39 +01:00
parent 48dca2625e
commit ca88d954fc

View file

@ -12,6 +12,6 @@ jobs:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}