Skip to content

Commit af78bad

Browse files
authored
Update publish.yml
1 parent 5e27a47 commit af78bad

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 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
@@ -22,7 +19,4 @@ jobs:
2219
node-version: 24
2320
registry-url: 'https://registry.npmjs.org'
2421
- run: bun install --frozen-lockfile
25-
# Ensure npm 11.5.1 or later is installed
26-
- name: Update npm
27-
run: npm install -g npm@latest
2822
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)