Skip to content

Commit fa1a53b

Browse files
authored
Update publish.yml
1 parent 0abdfbc commit fa1a53b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ permissions:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
permissions:
14-
contents: read
15-
id-token: write
1613
steps:
1714
- uses: actions/checkout@v5
1815
- uses: oven-sh/setup-bun@v2
@@ -25,4 +22,4 @@ jobs:
2522
# Ensure npm 11.5.1 or later is installed
2623
- name: Update npm
2724
run: npm install -g npm@latest
28-
- run: npm publish --provenance --access public
25+
- run: npm publish

0 commit comments

Comments
 (0)