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 8ff1377 commit 2b797b4Copy full SHA for 2b797b4
.github/workflows/release.yml
@@ -40,14 +40,14 @@ jobs:
40
uses: actions/setup-node@v4
41
with:
42
node-version-file: .nvmrc
43
+ registry-url: https://registry.npmjs.org
44
- name: Install dependencies
45
run: npm clean-install
46
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
47
run: npm audit signatures
48
- name: Release
49
env:
50
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51
GIT_AUTHOR_NAME: ${{ vars.RELEASE_GIT_NAME }}
52
GIT_AUTHOR_EMAIL: ${{ secrets.RELEASE_GIT_EMAIL }}
53
GIT_COMMITTER_NAME: ${{ vars.RELEASE_GIT_NAME }}
0 commit comments