1
0

simplified workflow

This commit is contained in:
2022-06-26 00:40:41 +02:00
parent eae8e5a4c1
commit 90f06b8f49

View File

@@ -17,15 +17,14 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Publish to npmjs.org
- name: Publish to npmjs
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm publish --tag pre --access public
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- name: Publish to npm.pkg.github.com
- name: Publish to GPR
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: npm publish --tag pre --access public