Skip to content

Commit b78d8c2

Browse files
authored
Update publish.yml
1 parent fa1a53b commit b78d8c2

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
@@ -19,7 +19,4 @@ jobs:
1919
node-version: '24.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: bun install --frozen-lockfile
22-
# Ensure npm 11.5.1 or later is installed
23-
- name: Update npm
24-
run: npm install -g npm@latest
25-
- run: npm publish
22+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)