Skip to content

Commit a0d58f9

Browse files
committed
[skip ci] tweak release.yml to get release to go
1 parent b7c45d0 commit a0d58f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- uses: ./.github/actions/pnpm
25+
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
26+
run: npm audit signatures
2527
- name: Release
2628
working-directory: ./ember-stereo
2729
run: node_modules/.bin/semantic-release
2830
env:
29-
GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)