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

Replace the release action with using github's cli #1562

Open
bjorn3 opened this issue Mar 5, 2025 · 0 comments
Open

Replace the release action with using github's cli #1562

bjorn3 opened this issue Mar 5, 2025 · 0 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Mar 5, 2025

This would remove a whole bunch of javascript.

gh release delete --cleanup-tag can be used to get rid of the old release and then gh release create --target $GITHUB_SHA dev a.tar.xz b.tar.xz can be used to create the new release.

@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant