Skip to content

Commit 1f3d0c4

Browse files
committed
Fix release script
1 parent 047dca4 commit 1f3d0c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ on:
99
types: [published]
1010

1111
permissions:
12-
id-token: write # Required for OIDC / npm
12+
id-token: write # Required for OIDC / npm
1313
contents: read
1414

1515
jobs:
16-
build:
17-
1816
publish-npm:
19-
needs: build
2017
runs-on: ubuntu-latest
2118
steps:
2219
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)