Closed astrochun closed 4 years ago
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.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10
Use
actions/create_release
to create releases with new tags. Since the tags are not prefixed withv
, using'*'
should suffice.See: https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10