Skip to content

Commit

Permalink
Fix call to axion versionIncrementer
Browse files Browse the repository at this point in the history
Confirmed locally:
```
./gradlew release -Prelease.versionIncrementer=incrementMinor -Prelease.dryRun

> Task :verifyRelease
DRY-RUN: uncommitted changes: false
Looking for uncommitted changes..
DRY-RUN: ahead of remote: true
Checking if branch is ahead of remote.. FAILED
Checking for snapshot versions..

> Task :release
Creating tag: release-3.2.0
DRY-RUN: creating tag with name: release-3.2.0
Pushing all to remote: origin
DRY-RUN: pushing to remote: origin
```
  • Loading branch information
dagguh committed Jun 24, 2024
1 parent 1d4fed9 commit 9091f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
./gradlew release \
-Prelease.customUsername=${{ github.actor }} \
-Prelease.customPassword=${{ github.token }} \
-Prelease.incrementer=increment${{ github.event.inputs.release }}
-Prelease.versionIncrementer=increment${{ github.event.inputs.release }}
./gradlew publish

0 comments on commit 9091f48

Please sign in to comment.