mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
adjust promote workflow, give it a name
This commit is contained in:
parent
7c2229eb1b
commit
a0f5fff47a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/promote.yml
vendored
4
.github/workflows/promote.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue