Skip to content

Commit

Permalink
Use proper commit for release with jrealeaser
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk authored and wendigo committed Sep 25, 2024
1 parent 23f0c62 commit 81fcb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
JRELEASER_SKIP_RELEASE: ${{ inputs.push && 'false' || 'true' }}
with:
setup-java: false
working-directory: 'target/checkout'

- name: Push git changes
if: ${{ inputs.push }}
Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ deploy:
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/checkout/target/staging-deploy
- target/staging-deploy
artifactOverrides:
- groupId: io.airlift
artifactId: airbase-policy
Expand Down

0 comments on commit 81fcb6a

Please sign in to comment.