We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601127d commit bbe03d8Copy full SHA for bbe03d8
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Build API
36
run: npm run build-api
37
- run: npm publish --provenance --access public
38
+ continue-on-error: true
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
0 commit comments