We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use actions/create_release to create releases with new tags. Since the tags are not prefixed with v, using '*' should suffice.
actions/create_release
v
'*'
See: https://github.521000.bestmunity/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10
The text was updated successfully, but these errors were encountered:
Add create_release GitHub Actions #74
cd4f2a1
Bump version: 1.1.4 -> 1.1.5 #74
afc86c1
astrochun
Successfully merging a pull request may close this issue.
Use
actions/create_release
to create releases with new tags. Since the tags are not prefixed withv
, using'*'
should suffice.See: https://github.521000.bestmunity/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10
The text was updated successfully, but these errors were encountered: