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 53167f9 commit bdc0256Copy full SHA for bdc0256
.github/workflows/publish-beta.yml
@@ -7,6 +7,10 @@ on:
7
types:
8
- completed
9
10
+permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
14
jobs:
15
publish:
16
runs-on: ubuntu-latest
@@ -20,8 +24,4 @@ jobs:
20
24
- run: npm ci
21
25
- run: npm run build
22
26
- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}
23
- - uses: JS-DevTools/npm-publish@v4
- with:
- access: public
- token: ${{ secrets.NPM_TOKEN }}
27
- tag: beta
+ - run: npm publish
0 commit comments