Skip to content

Commit 1d497fe

Browse files
committed
fix(ci): 🐛 👷 publish to github package
1 parent 2a415a3 commit 1d497fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
node-version: 12
3737
registry-url: https://npm.pkg.github.com
3838
scope: bubkoo
39+
env:
40+
NODE_AUTH_TOKEN: ${{ steps.generate_token.outputs.token }}
3941

4042
- name: Publish To GitHub Package Registry
4143
if: steps.semantic.outputs.new_release_published == 'true'
44+
continue-on-error: true
4245
run: npm publish
4346
env:
4447
NODE_AUTH_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)