Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Mar 22, 2024
1 parent fdd5601 commit c7f8ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: 'Release with JReleaser'
env:
JRELEASER_BRANCH: ${GITHUB_REF#refs/heads/}
JRELEASER_BRANCH: ${{ needs.set-release-version.outputs.HEAD }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down Expand Up @@ -223,4 +223,4 @@ jobs:
run: |
find . -name 'pom.xml' | xargs git add
git commit -m "ci: bump version for next iteration to ${{ env.NEXT_VERSION }} 馃"
git push origin HEAD:${GITHUB_REF#refs/heads/}
git push origin HEAD:${{ needs.set-release-version.outputs.HEAD }}

0 comments on commit c7f8ad0

Please sign in to comment.