ci: remove unnecessary input

This commit is contained in:
rzmk 2025-04-22 11:45:37 -04:00
parent 01629d5de4
commit b9d7651956
No known key found for this signature in database

View file

@ -2,10 +2,7 @@ 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: