adjust promote workflow, give it a name

This commit is contained in:
Jonathan Kelley 2024-02-22 16:25:23 -08:00
parent 7c2229eb1b
commit a0f5fff47a
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -1,4 +1,5 @@
# Create a PR that promotes the current main pre-release to the next stable release
# Promote the current main branch to a stable release.
# This will not actually release anything, so you need to run the release workflow after this.
#
# IE if the current master version is 0.4.0-rc.7, this will create a PR to promote it to 0.4.0
#
@ -12,6 +13,7 @@
#
# This is configured to be ran manually, but could honestly just be a release workflow
name: Promote main to stable branch
on:
workflow_dispatch: