Skip to content

Commit

Permalink
Merge pull request #13 from auth0-lab/fix_release
Browse files Browse the repository at this point in the history
fix: include build step during release
  • Loading branch information
jfromaniello authored Sep 6, 2024
2 parents 8a0d5c8 + fdb3237 commit 2572d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2572d27

Please sign in to comment.