Skip to content

Commit

Permalink
ci: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Dec 10, 2024
1 parent 7575492 commit 71c5298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

- name: Create release branch and switch to it
run: |
git config user.name "Timefold Release Bot"
git config user.email "[email protected]"
git config --global user.name "Timefold Release Bot"
git config --global user.email "[email protected]"
git checkout -b $RELEASE_BRANCH_NAME
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -92,6 +92,8 @@ jobs:
cp docs/target/antora-template.yml docs/src/antora.yml
git add docs/src/antora.yml
find . -name 'pom.xml' | xargs git add
git config --global user.name "Timefold Release Bot"
git config --global user.email "[email protected]"
git commit -m "build: release version ${{ github.event.inputs.version }}"
git push origin $RELEASE_BRANCH_NAME
Expand Down

0 comments on commit 71c5298

Please sign in to comment.