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 fd22d41 + 07578dd commit 76d8bdcCopy full SHA for 76d8bdc
1 file changed
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ env.BUILD_ID }} :branch=${{ env.BRANCH }}
80
81
- name: Commit Changelog [unreleased] with latest version
82
- uses: EndBug/add-and-commit@v9.1.4
+ uses: EndBug/add-and-commit@v10.0.0
83
if: env.SNAPSHOT == 'false'
84
with:
85
author_name: Github Actions
@@ -197,7 +197,7 @@ jobs:
197
198
# Commit it back to development
199
- name: Commit Version Bump
200
201
202
203
author_email: info@ortussolutions.com
0 commit comments