Skip to content

Commit

Permalink
fix: another one
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkhan committed Jan 19, 2025
1 parent 5cc5021 commit 7a782cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm i -g semantic-release-rubygem
- name:
Verify the integrity of provenance attestations and registry
signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7a782cd

Please sign in to comment.