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: