Skip to content

Commit

Permalink
fix(ci): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Jul 28, 2024
1 parent c6df952 commit 2ef5330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ jobs:
./mvnw -ntp -B versions:set versions:commit -DnewVersion=${{ env.NEXT_VERSION }}
find . -name 'pom.xml' | xargs git add
git commit -m "ci: bump version for next iteration to ${{ env.NEXT_VERSION }} 🤖"
git push origin HEAD:${{ needs.set-release-version.outputs.HEAD }}
git push origin HEAD:${GITHUB_REF#refs/heads/}

0 comments on commit 2ef5330

Please sign in to comment.