Skip to content

Commit

Permalink
Merge pull request #9 from work-mate/dev-davexoyinbo-patch-1
Browse files Browse the repository at this point in the history
ci: Update release.yml
  • Loading branch information
dev-davexoyinbo authored Jun 13, 2024
2 parents e359392 + 25ba7aa commit facc840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- run: corepack enable
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn prepack
- run: yarn test

release:
needs: build
Expand All @@ -38,6 +38,7 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@workmate'
- run: yarn
- run: yarn prepack
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit facc840

Please sign in to comment.