We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abdfbc commit fa1a53bCopy full SHA for fa1a53b
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
@@ -25,4 +22,4 @@ jobs:
25
22
# Ensure npm 11.5.1 or later is installed
26
23
- name: Update npm
27
24
run: npm install -g npm@latest
28
- - run: npm publish --provenance --access public
+ - run: npm publish
0 commit comments