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.