Skip to content

Commit

Permalink
Merge pull request #10 from work-mate/dev-davexoyinbo-patch-2
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 facc840 + 30d89c6 commit a15517e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 21
- run: corepack enable
- run: yarn
- run: yarn install
- run: yarn lint
- run: yarn prepack
- run: yarn test
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
scope: '@workmate'
- run: yarn
- run: yarn install
- run: yarn prepack
- run: npx semantic-release
env:
Expand Down

0 comments on commit a15517e

Please sign in to comment.