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 fdc4624 commit a32dc81Copy full SHA for a32dc81
.github/workflows/release.yml
@@ -41,14 +41,14 @@ jobs:
41
with:
42
node-version: "24.x"
43
registry-url: "https://registry.npmjs.org"
44
+ - name: Upgrade npm for OIDC
45
+ run: npm i -g npm@^11.5.1
46
- name: Install dependencies
47
run: yarn install --non-interactive --frozen-lockfile
48
- name: Build
49
run: yarn run build
50
- name: Publish to npm registry
51
run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52
- name: Create Release
53
id: create_release
54
uses: actions/create-release@v1
0 commit comments