We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174ca41 commit cd8a184Copy full SHA for cd8a184
1 file changed
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Update package.json version
29
run: |
30
- cd packages/layout-components
+ cd projects/layout-components
31
npm version ${{ steps.get_tag_version.outputs.tag_version }}
32
git config --global user.name "nemobot"
33
git config --global user.email "our-bots+nemobot@buildo.io"
0 commit comments