Skip to content

Commit

Permalink
fix(ci): add missing steps to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 2687c24 commit de4abf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ jobs:
# @semantic-release/github
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
- name: Install
run: npm clean-install
- name: Build
run: npm run build
- name: Verify Provenance
run: npm audit signatures
- name: Semantic Release
run: npx semantic-release
Expand Down

0 comments on commit de4abf0

Please sign in to comment.