Skip to content

Commit

Permalink
fix(actions): enable push for automatic release (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored Dec 7, 2023
1 parent 676291f commit 3c3e28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
push-branch: "master"
commit-message: 'upgrade version to ${{ env.RELEASE_VERSION }} version'
force-add: "true"
force-push: "true"
files: CHANGELOG.md README.md gradle.properties src/main/java/co/com/bancolombia/Constants.java
name: Release Bot
email: [email protected]
Expand Down

0 comments on commit 3c3e28b

Please sign in to comment.