From 167fcd01fd7dbd7782a1464f6704b7e03bdb698b Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 20 Feb 2024 02:56:15 -0500 Subject: [PATCH] ci: add manual release option --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e99530..bfff875 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: tags: - "*" + workflow_dispatch: # 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.