Skip to content

Commit 730a844

Browse files
committed
Fix release
1 parent 61e507a commit 730a844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: npm install
4343

4444
- run: npm run update
45-
- run: git commit -am "Update layer versions"
45+
- run: git add -A && git diff-index --quiet HEAD || git commit -m "Update layer versions"
4646

4747
- name: Bump the version
4848
run: npm version patch

0 commit comments

Comments
 (0)