From 93606da12682d476558dd4b50c40e85fec1e9562 Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 13 Jun 2022 21:16:44 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/desktop.release.beta.yml | 2 +- .github/workflows/desktop.release.prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop.release.beta.yml b/.github/workflows/desktop.release.beta.yml index cb174d9a2..36d4654db 100644 --- a/.github/workflows/desktop.release.beta.yml +++ b/.github/workflows/desktop.release.beta.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - BuildWorkflow: + Build: uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop secrets: inherit with: diff --git a/.github/workflows/desktop.release.prod.yml b/.github/workflows/desktop.release.prod.yml index b56343360..33bcf81f1 100644 --- a/.github/workflows/desktop.release.prod.yml +++ b/.github/workflows/desktop.release.prod.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - BuildWorkflow: + Build: uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main secrets: inherit with: