diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e1bba89..f7778ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,10 @@ name: "Publish to Releases" on: workflow_dispatch: - + inputs: + version: + description: "Specify the version. Ensure that the version is in the format v0.0.0." + required: true jobs: publish-tauri: permissions: