Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
box task run build/Build.cfc run ${{ env.COLDBOX_VERSION }} ${{ github.run_number }} ${{ env.BRANCH }}

- name: Commit Changelog [unreleased] with latest version
uses: EndBug/add-and-commit@v9.1.4
uses: EndBug/add-and-commit@v10.0.0
if: env.SNAPSHOT == 'false'
with:
author_name: Github Actions
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
git pull

- name: Commit Version Bump
uses: EndBug/add-and-commit@v9.1.4
uses: EndBug/add-and-commit@v10.0.0
if: ${{ always() }}
with:
author_name: Github Actions
Expand Down
Loading