Skip to content

Commit

Permalink
Merge pull request #71 from prisma/hotfix-release
Browse files Browse the repository at this point in the history
fix(semantic-release): run build on code release
  • Loading branch information
jharrell authored Nov 3, 2024
2 parents 4eb878b + f3b105c commit e35439c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- run: npm clean-install
- run: npm test
- run: npm run build
- 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 }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit e35439c

Please sign in to comment.