Compare commits

..

No commits in common. "main" and "v1.1.1" have entirely different histories.
main ... v1.1.1

View file

@ -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: