We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e27a47 commit af78badCopy full SHA for af78bad
1 file changed
.github/workflows/publish.yml
@@ -10,9 +10,6 @@ permissions:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
- permissions:
14
- contents: read
15
- id-token: write
16
steps:
17
- uses: actions/checkout@v5
18
- uses: oven-sh/setup-bun@v2
@@ -22,7 +19,4 @@ jobs:
22
19
node-version: 24
23
20
registry-url: 'https://registry.npmjs.org'
24
21
- 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
28
- run: npm publish --provenance --access public
0 commit comments