You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If dispatch-releases = true is set and a tag doesn't already exist, the tag for a release will be implicitly created by a call to gh release create. However, this doesn't generate annotated tags.
From man git-tag:
Annotated tags are meant for release while lightweight tags are meant for private or temporary object labels.
If
dispatch-releases = true
is set and a tag doesn't already exist, the tag for a release will be implicitly created by a call togh release create
. However, this doesn't generate annotated tags.From
man git-tag
:From the
gh release create
documentation:From the GitHub REST API documentation:
Using the
git
command or the GitHub API to create an annotated tag should work.However, I ran into problems when using the
actions/github-script
on duckinator/STAYFOCUSED (the API call succeeded but the tag was not created).The text was updated successfully, but these errors were encountered: