Skip to content

Commit

Permalink
ci: fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Dec 12, 2023
1 parent fa7bce4 commit a0de6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Publish (All)
if: github.event.inputs.workspace == ''
run: yarn workspaces run release
run: yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a0de6c6

Please sign in to comment.