ci(workflow): migrate deprecated release actions to softprops/action-gh-release#1052
Merged
ramizpolic merged 6 commits intoagntcy:mainfrom Mar 16, 2026
Conversation
Signed-off-by: Shubham Kondekar <kondekarshubham123@gmail.com>
Signed-off-by: Shubham Kondekar <kondekarshubham123@gmail.com>
3432361 to
a924df1
Compare
2 tasks
ramizpolic
reviewed
Mar 14, 2026
2 tasks
Signed-off-by: Shubham Kondekar <kondekarshubham123@gmail.com>
ramizpolic
reviewed
Mar 16, 2026
ramizpolic
reviewed
Mar 16, 2026
Signed-off-by: Shubham Kondekar <kondekarshubham123@gmail.com>
Signed-off-by: Shubham Kondekar <kondekarshubham123@gmail.com>
ramizpolic
approved these changes
Mar 16, 2026
Member
|
Thanks @kondekarshubham123 for the contribution! |
Contributor
Author
|
You're welcome @ramizpolic, also The lint checks were failing earlier, but the issue was fixed and merged into main a few hours ago in I've merged the latest main branch into this feature branch to include those fixes. Could you please retrigger the checks? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR replaces the deprecated
actions/create-releaseandactions/upload-release-assetwith the actively maintainedsoftprops/action-gh-releaseinreusable-release.yaml.Key Changes:
softprops/action-gh-releasewhich is currently maintained and widely used.permissions: contents: writeto the workflow jobs.tag_name, so explicitupload_urlpassing is no longer required.Validation:
Buf CIfailure in fork is expected as it requires upstream secrets likeBUF_TOKEN).Ref: #1036