Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Updating GitHub actions to use semantic versioning. #16598
ci: Updating GitHub actions to use semantic versioning. #16598
Changes from 1 commit
f3856c7
c6676f9
d5b496a
0b41283
d197832
776cbb4
733f139
f1c2182
1fe8065
02171da
34e3520
42b2802
42274de
86004cd
90528a5
5d91721
73ab431
c432403
d0aee00
6823960
baceff2
cb1178b
a291a71
50490ce
d4780dd
e63d0e7
76c214e
d38de4a
d361afa
72058de
1764cf2
34e0169
57b2fe9
37c9612
f77283d
58734ca
96d4955
6a1363a
36e18be
0da91b6
ac6bb99
0cd6036
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After merging #15282 this can be controlled via a parameter to the
./gradlew
call in the GH actions flow.-PpublishTestRelease=true
will usecloseSonatypeStagingRepository
-PpublishTestRelease=false
(or no parameter) will usecloseAndReleaseStagingRepository
This and the other parameters will be documented here: https://github.com/hiero-ledger/hiero-gradle-conventions/tree/documentation?tab=readme-ov-file#in-github-actions (docs are wip right now)