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 05f055a commit 92c4599Copy full SHA for 92c4599
1 file changed
.github/workflows/build.yml
@@ -3,6 +3,7 @@ on: [push, pull_request]
3
4
permissions:
5
contents: read
6
+ id-token: write
7
packages: write
8
9
jobs:
@@ -83,8 +84,6 @@ jobs:
83
84
- name: Publish Release Packages
85
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
86
run: npm publish --workspaces --access public
- env:
87
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
88
- name: Setup GitHub CI Node.js environment
89
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/heads/') && matrix.os == 'ubuntu-latest' && contains(steps.version.outputs.version, '-')
90
uses: actions/setup-node@v6
0 commit comments