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 bbfdc5c commit 2a13249Copy full SHA for 2a13249
.github/workflows/create-release.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
git config --global user.name "github-actions"
79
git config --global user.email "[email protected]"
80
- git commit -m "bump version to $VERSION_STRING"
+ git commit --allow-empty -m "bump version to $VERSION_STRING"
81
git tag -f -a "$VERSION_STRING" -m "$VERSION_STRING"
82
83
# Install CKAN and set up an instance
0 commit comments