We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e507a commit 730a844Copy full SHA for 730a844
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: npm install
43
44
- run: npm run update
45
- - run: git commit -am "Update layer versions"
+ - run: git add -A && git diff-index --quiet HEAD || git commit -m "Update layer versions"
46
47
- name: Bump the version
48
run: npm version patch
0 commit comments