Skip to content

Commit

Permalink
Merge pull request #9 from Red-Spaces/main
Browse files Browse the repository at this point in the history
added workflow dispatch
  • Loading branch information
Nuzair46 committed Jun 7, 2023
2 parents d027b53 + d69bea2 commit 52620f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
postcss.config.js,
vite.config.ts,
]
workflow_dispatch:
inputs:
version:
description: "Version to publish"
required: true

jobs:
publish-tauri:
Expand Down

0 comments on commit 52620f0

Please sign in to comment.