Skip to content

Commit

Permalink
chore: fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Dec 13, 2023
1 parent 388f28e commit 22fa836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Publish
run: |
yarn config set npmAuthToken "$NPM_TOKEN"
yarn workspaces foreach -pt version "${GITHUB_REF:11}"
yarn workspaces foreach -t version "${GITHUB_REF:11}"
yarn workspaces foreach -pt --no-private npm publish --access public
Expand Down

0 comments on commit 22fa836

Please sign in to comment.