Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 40d9a5f

Browse files
committed
Fix publishing
1 parent 04fa09e commit 40d9a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141

4242
test:
4343
runs-on: ubuntu-latest
44-
continue-on-error: true
4544
strategy:
4645
matrix:
4746
node-version: [16, 18]
@@ -91,6 +90,8 @@ jobs:
9190
- test
9291
- tsc
9392
if: startsWith(github.ref, 'refs/tags/')
93+
permissions:
94+
id-token: write
9495
steps:
9596
- uses: actions/setup-node@v3
9697
with:

0 commit comments

Comments
 (0)