Skip to content

Commit 2a13249

Browse files
authored
create-release workflow: allow empty commits if nothing was updated
1 parent bbfdc5c commit 2a13249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
git config --global user.name "github-actions"
7979
git config --global user.email "[email protected]"
80-
git commit -m "bump version to $VERSION_STRING"
80+
git commit --allow-empty -m "bump version to $VERSION_STRING"
8181
git tag -f -a "$VERSION_STRING" -m "$VERSION_STRING"
8282
8383
# Install CKAN and set up an instance

0 commit comments

Comments
 (0)