Skip to content

chore: move goreleaser job to release workflow #878

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

Merged
merged 1 commit into from
May 12, 2025

Conversation

maiquanghiep
Copy link
Contributor

When a release is created using the release workflow, it doesn't trigger the gorelease workflow due to the limitation with github.token (ref).
This PR moves the goreleaser job into the release workflow, allowing it to be executed once the release is created

@maiquanghiep maiquanghiep force-pushed the hiep-fix-release-event branch from 3050b9e to 9e328e1 Compare May 7, 2025 02:19
Copy link
Member

@Lazar955 Lazar955 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACKe

Copy link
Member

@filippos47 filippos47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the independent goreleaser workflow for the manually created releases?

@maiquanghiep
Copy link
Contributor Author

@filippos47 Yes I do think we need it. gorelease is still needed in case we create the release without using the workflow

@filippos47 filippos47 merged commit 8d33b3c into main May 12, 2025
24 checks passed
@filippos47 filippos47 deleted the hiep-fix-release-event branch May 12, 2025 07:20
Copy link

💔 All backports failed

Status Branch Result
release/v2.x Backport failed because of merge conflicts

You might need to backport the following PRs to release/v2.x:
- chore: bump tokenfactory version (#884)
- chore(x/mint): update gen logic (#881)
- imp: add PFM module (#876)
- chore(x/finality): Update init/export genesis logic (#859)
- chore(x/epoching): add init/export genesis logic (#843)
- feat: Wire up ibc callbacks (#847)
- feat: Add tokenfactory module (#846)
- chore: bump babylon version to v2 and add upgrade handler (#837)
release/v1.1.x Backport failed because of merge conflicts

You might need to backport the following PRs to release/v1.1.x:
- add v1.1 upgrade data (#857)

Manual backport

To create the backport manually run:

backport --pr 878

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Copy link

💔 All backports failed

Status Branch Result
release/v2.x Backport failed because of merge conflicts

You might need to backport the following PRs to release/v2.x:
- chore: bump tokenfactory version (#884)
- chore(x/mint): update gen logic (#881)
- imp: add PFM module (#876)
- chore(x/finality): Update init/export genesis logic (#859)
- chore(x/epoching): add init/export genesis logic (#843)
- feat: Wire up ibc callbacks (#847)
- feat: Add tokenfactory module (#846)
- chore: bump babylon version to v2 and add upgrade handler (#837)
release/v1.1.x Backport failed because of merge conflicts

You might need to backport the following PRs to release/v1.1.x:
- add v1.1 upgrade data (#857)

Manual backport

To create the backport manually run:

backport --pr 878

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

maiquanghiep added a commit that referenced this pull request May 12, 2025
…890)

Co-authored-by: maiquanghiep <maiquanghiepdl@gmail.com>
maiquanghiep added a commit that referenced this pull request May 12, 2025
…889)

Co-authored-by: maiquanghiep <maiquanghiepdl@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants