From 60f9e106f9a475038597b316f56064f77627837d Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:12:22 -0400 Subject: [PATCH] ci: specify version --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea73b8d..f7778ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,9 +2,10 @@ name: "Publish to Releases" on: workflow_dispatch: - -# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release. - + inputs: + version: + description: "Specify the version. Ensure that the version is in the format v0.0.0." + required: true jobs: publish-tauri: permissions: