diff --git a/.github/workflows/desktop.tags-proto.yml b/.github/workflows/desktop.tags-proto.yml new file mode 100644 index 000000000..2240f1db2 --- /dev/null +++ b/.github/workflows/desktop.tags-proto.yml @@ -0,0 +1,14 @@ +name: Desktop Beta Release + +on: + push: + tags: + - '*' + workflow_dispatch: + +jobs: + Build: + uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop + secrets: inherit + with: + channel: beta \ No newline at end of file