Skip to content
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

Fix Release Metadata Comparison #2250

Merged
merged 8 commits into from
Jan 6, 2025
Merged

Fix Release Metadata Comparison #2250

merged 8 commits into from
Jan 6, 2025

Conversation

wilwade
Copy link
Collaborator

@wilwade wilwade commented Jan 6, 2025

Goal

The goal of this PR is to fix metadata comparison in the release process.

Discussion

@wilwade wilwade requested a review from demisx as a code owner January 6, 2025 21:08
@@ -544,7 +544,7 @@ jobs:
id: download-binaries
uses: actions/download-artifact@v4
with:
pattern: artifacts-binary-${{env.NETWORK}}-${{github.run_id}}
pattern: artifacts-binary-local-${{github.run_id}}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was the main fix, but also swapped from dev to local so that we could also tag any parachain related pallet changes.

@wilwade wilwade enabled auto-merge (squash) January 6, 2025 21:10
Copy link
Collaborator

@enddynayn enddynayn left a comment

Choose a reason for hiding this comment

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

👍 great!

Copy link
Collaborator

@shannonwells shannonwells left a comment

Choose a reason for hiding this comment

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

let 'er rip

@wilwade wilwade merged commit 51a524a into main Jan 6, 2025
28 checks passed
@wilwade wilwade deleted the fix/release-missing-network branch January 6, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants