diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d714028..94af812 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: tags: - 'tags/*' + workflow_dispatch: permissions: contents: write @@ -134,4 +135,4 @@ jobs: uses: softprops/action-gh-release@v2 with: files: build/windowstead-macos.zip - fail_on_unmatched_files: true + fail_on_unmatched_files: true \ No newline at end of file