We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdfe0e commit 015482fCopy full SHA for 015482f
1 file changed
.github/workflows/validate.yml
@@ -8,9 +8,6 @@ on:
8
jobs:
9
validate:
10
runs-on: ubuntu-latest
11
- permissions:
12
- contents: read
13
- id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
@@ -24,5 +21,5 @@ jobs:
24
21
- name: Build /dist
25
22
run: npm run build
26
23
27
- - name: Validate npm package (dry-run with OIDC)
28
- run: npm publish --provenance --access public --dry-run
+ - name: Validate npm package (dry-run)
+ run: npm publish --dry-run
0 commit comments