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

Publish USB image only when a release is tagged #73

Closed
volkertb opened this issue Jan 14, 2024 · 0 comments · Fixed by #82
Closed

Publish USB image only when a release is tagged #73

volkertb opened this issue Jan 14, 2024 · 0 comments · Fixed by #82

Comments

@volkertb
Copy link
Collaborator

volkertb commented Jan 14, 2024

@crazii What if I change it so that it will still always build, but only publish when you push a tag?

So only once you're ready to actually "release a new version", you do the following (assuming for example that you want to release a version numbered 1.4):

git tag -a v1.4 -m "Release version 1.4 of SBEMU"
git push origin v1.4

And then GitHub Actions will not only build as usual, but also package and publish the USB image.

Would that work for you?

Originally posted by @volkertb in #70 (comment)

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 a pull request may close this issue.

1 participant