Skip to content

Commit

Permalink
Merge pull request #58 from prisma/semantic-release
Browse files Browse the repository at this point in the history
feat(DA-1635): add semantic release
  • Loading branch information
ankur-arch authored Nov 15, 2024
2 parents 1817fb6 + 025ee2f commit e432a49
Show file tree
Hide file tree
Showing 3 changed files with 11,653 additions and 5,765 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
- run: npm clean-install
- run: npx nuxi prepare
- run: npm run dev:build
- run: npm run lint
- run: npm run prepack
- 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_NUXT_TOKEN }}
run: npm run release
run: npx semantic-release
Loading

0 comments on commit e432a49

Please sign in to comment.