ci: specify version

This commit is contained in:
rzmk 2025-04-22 11:12:22 -04:00
parent 683534797b
commit 60f9e106f9
No known key found for this signature in database

View file

@ -2,9 +2,10 @@ name: "Publish to Releases"
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
# 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. version:
description: "Specify the version. Ensure that the version is in the format v0.0.0."
required: true
jobs: jobs:
publish-tauri: publish-tauri:
permissions: permissions: