chore: workflow
This commit is contained in:
@@ -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:
|
||||
2
.github/workflows/desktop.release.prod.yml
vendored
2
.github/workflows/desktop.release.prod.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/desktop.release.reuse.yml
vendored
3
.github/workflows/desktop.release.reuse.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user