Skip to content

Commit

Permalink
Merge pull request #13 from work-mate/dev-davexoyinbo-patch-2
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
dev-davexoyinbo authored Jun 13, 2024
2 parents 6f8ec90 + 2cba059 commit ad0ef39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
node-version: 21
- run: corepack enable
- run: npm ci
- run: npm run lint
- run: npm run prepack
- run: npm run test
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn prepack
- run: yarn test

release:
needs: build
Expand All @@ -37,8 +37,8 @@ jobs:
node-version: 21
registry-url: https://registry.npmjs.org/
scope: '@workmate'
- run: yarn install
- run: npm run prepack
- run: yarn install --frozen-lockfile
- run: yarn prepack
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ad0ef39

Please sign in to comment.