ci: add manual release option
This commit is contained in:
parent
ebfcf6aeba
commit
167fcd01fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
# This is the example from the readme.
|
# This is the example from the readme.
|
||||||
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
|
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue