Skip to content

Commit

Permalink
chore - fix github actions turbo release
Browse files Browse the repository at this point in the history
  • Loading branch information
jucian0 committed Oct 6, 2024
1 parent 89cc285 commit 1c67162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cd
run: pnpm turbo-release -s cart,host,remote
run: cd && pnpm turbo-release -s cart,host,remote

- name: Push tags, and commits
shell: bash
Expand Down

0 comments on commit 1c67162

Please sign in to comment.