Skip to content

Commit cd8a184

Browse files
committed
Fix CI
1 parent 174ca41 commit cd8a184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
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 "[email protected]"

0 commit comments

Comments
 (0)