Skip to content

Commit

Permalink
Github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent 9a62987 commit 2cdbfc9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm install
with:
working-directory: packages/workflow
working-directory: packages/workflow
- run: pnpm run build
with:
working-directory: packages/workflow
working-directory: packages/workflow
- run: pnpm run test
with:
working-directory: packages/workflow
working-directory: packages/workflow
- uses: changesets/action@v1
with:
cwd: packages/workflow
Expand Down

0 comments on commit 2cdbfc9

Please sign in to comment.