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 3275d93 + bbb3184 commit 2ff33c0Copy full SHA for 2ff33c0
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
65
66
- name: Commit Changelog To Master
67
- uses: EndBug/add-and-commit@v9.1.4
+ uses: EndBug/add-and-commit@v10.0.0
68
if: env.SNAPSHOT == 'false'
69
with:
70
author_name: Github Actions
@@ -165,7 +165,7 @@ jobs:
165
166
# Commit it back to development
167
- name: Commit Version Bump
168
169
170
171
author_email: info@ortussolutions.com
0 commit comments