Skip to content

Commit

Permalink
Revert "Use proper commit for release with jrealeaser"
Browse files Browse the repository at this point in the history
This reverts commit 81fcb6a.
  • Loading branch information
losipiuk authored and wendigo committed Sep 25, 2024
1 parent 81fcb6a commit c05ec2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ 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/staging-deploy
- target/checkout/target/staging-deploy
artifactOverrides:
- groupId: io.airlift
artifactId: airbase-policy
Expand Down

0 comments on commit c05ec2b

Please sign in to comment.