We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f710a8 commit 8e8bc27Copy full SHA for 8e8bc27
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ on:
13
permissions:
14
contents: read
15
id-token: write
16
+ packages: write
17
18
jobs:
19
build:
@@ -43,7 +44,7 @@ jobs:
43
44
- name: Publish packages
45
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
46
env:
- FORCE_PUBLISH: "true"
47
- NODE_AUTH_TOKEN: ""
+ FORCE_PUBLISH: 'true'
48
+ NODE_AUTH_TOKEN: ''
49
run: |
50
node scripts/publish-npm.mjs
0 commit comments