Skip to content

Commit 8e8bc27

Browse files
Grasping at some more straws...
1 parent 2f710a8 commit 8e8bc27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
permissions:
1414
contents: read
1515
id-token: write
16+
packages: write
1617

1718
jobs:
1819
build:
@@ -43,7 +44,7 @@ jobs:
4344
- name: Publish packages
4445
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
4546
env:
46-
FORCE_PUBLISH: "true"
47-
NODE_AUTH_TOKEN: ""
47+
FORCE_PUBLISH: 'true'
48+
NODE_AUTH_TOKEN: ''
4849
run: |
4950
node scripts/publish-npm.mjs

0 commit comments

Comments
 (0)