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.
2 parents 93e9e96 + 7b9ae0b commit f82165dCopy full SHA for f82165d
1 file changed
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
box task run build/Build.cfc run ${{ env.COLDBOX_VERSION }} ${{ github.run_number }} ${{ env.BRANCH }}
98
99
- name: Commit Changelog [unreleased] with latest version
100
- uses: EndBug/add-and-commit@v9.1.4
+ uses: EndBug/add-and-commit@v10.0.0
101
if: env.SNAPSHOT == 'false'
102
with:
103
author_name: Github Actions
@@ -220,7 +220,7 @@ jobs:
220
git pull
221
222
- name: Commit Version Bump
223
224
if: ${{ always() }}
225
226
0 commit comments