Skip to content

Commit cd8a184

Browse files
committed
Fix CI
1 parent 174ca41 commit cd8a184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Update package.json version
2929
run: |
30-
cd packages/layout-components
30+
cd projects/layout-components
3131
npm version ${{ steps.get_tag_version.outputs.tag_version }}
3232
git config --global user.name "nemobot"
3333
git config --global user.email "our-bots+nemobot@buildo.io"

0 commit comments

Comments
 (0)