We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ff48f commit 7a31e00Copy full SHA for 7a31e00
.github/workflows/publish-cascade-core.yml
@@ -40,7 +40,7 @@ jobs:
40
41
git config user.name "github-actions[bot]"
42
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
43
- git add packages/cascade-core/package.json
+ git add package.json
44
git commit -m "cascade-core v${{ steps.bump.outputs.version }} [skip ci]"
45
git push
46
0 commit comments