15 lines
303 B
YAML
15 lines
303 B
YAML
name: Desktop Prod Release
|
|
|
|
on:
|
|
create:
|
|
tags:
|
|
- '@standardnotes/desktop@!(*alpha*)'
|
|
- '@standardnotes/desktop@!(*beta*)'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Build:
|
|
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
|
|
secrets: inherit
|
|
with:
|
|
channel: prod |