Skip to content

Commit

Permalink
Update .github/workflows/flow-increment-next-main-release.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Klick <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
  • Loading branch information
andrewb1269hg and nathanklick authored Jan 31, 2025
1 parent ce52413 commit d0a6f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-increment-next-main-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
echo ${{ steps.increment_version.outputs.new_version }} > version.txt
- name: Publish to Maven Central
- name: Update Versions
run: |
./gradlew versionAsSpecified -PnewVersion=${{ steps.increment_version.outputs.new-version }}
Expand Down

0 comments on commit d0a6f9b

Please sign in to comment.