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

Add a GitHub action for release #1

Closed
wants to merge 1 commit into from
Closed

Conversation

muffix
Copy link
Owner

@muffix muffix commented Oct 23, 2022

This adds a GitHub action to build and release the workflow whenever a tag is pushed that looks like a semver tag.

When a release with a corresponding tag is created through the GitHub interface, this action runs. It builds and packages the workflow and then adds the workflow to the existing GitHub release.

If a tag is pushed, but no GitHub release exists, it creates a new one. The title is going to be the pushed tag and the body the commit message of the commit the tag points to.

Relates to: dennis-tra#12

This adds a GitHub action to build and release the workflow whenever a
tag is pushed that looks like a semver tag.

When a release with a corresponding tag is created through the GitHub
interface, this action runs. It builds and packages the workflow and
then adds the workflow to the existing GitHub release.

If a tag is pushed, but no GitHub release exists, it creates a new one.
The title is going to be the pushed tag and the body the commit message
of the commit the tag points to.

Relates to: dennis-tra#12
@muffix muffix force-pushed the add-github-action branch from f3080f0 to 9b47b5b Compare October 23, 2022 17:03
@muffix
Copy link
Owner Author

muffix commented Oct 23, 2022

Wrong target repo

@muffix muffix closed this Oct 23, 2022
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.

1 participant