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

ci(release): consolidate GH release logic #2185

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

vdice
Copy link
Member

@vdice vdice commented Dec 16, 2023

Workflow runs/releases from this PR:

Fixes #2049

- name: create GitHub release (canary)
if: github.ref == 'refs/heads/main'
run: |
gh release delete canary --cleanup-tag
Copy link
Collaborator

Choose a reason for hiding this comment

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

+100 for using gh cli instead of third party actions for creating canary release

- use gh cli
- only create release once all assets are ready

Signed-off-by: Vaughn Dice <[email protected]>
@vdice
Copy link
Member Author

vdice commented Dec 20, 2023

@rajatjindal I've rebased this branch from main; PTAL when convenient.

@vdice vdice merged commit 74cd215 into fermyon:main Jan 4, 2024
11 checks passed
@vdice vdice deleted the ci/gh-release branch January 4, 2024 15:38
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.

CI/Release: Wait for all artifacts before creating GH release
2 participants