chore: workflow

This commit is contained in:
Mo
2022-06-13 17:31:02 -05:00
parent 81b1626fbd
commit e4671c627b
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
call-reusable-build:
BuildWorkflow:
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
secrets: inherit
with:

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
call-reusable-build:
BuildWorkflow:
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
secrets: inherit
with:

View File

@@ -1,4 +1,4 @@
name: Desktop Release
name: Desktop Reusable Release Workflow
on:
workflow_call:
@@ -141,6 +141,7 @@ jobs:
Publish:
runs-on: ubuntu-latest
if: ${{ always() }}
needs: [Windows, Mac, Linux]
defaults:
run: