From 7027221efe0e59b701848d4841b2b759905ee4c3 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Mon, 4 Mar 2024 08:48:45 +0100 Subject: [PATCH] Always call create variants from main --- .github/workflows/publish_dmg_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_dmg_release.yml b/.github/workflows/publish_dmg_release.yml index e9ca2c0bde..ccbf2fe565 100644 --- a/.github/workflows/publish_dmg_release.yml +++ b/.github/workflows/publish_dmg_release.yml @@ -333,7 +333,7 @@ jobs: if: ${{ github.event.inputs.release-type != 'internal' }} - uses: ${{ github.repository }}/.github/workflows/create_variants.yml@${{ needs.publish-to-sparkle.outputs.version }} + uses: ${{ github.repository }}/.github/workflows/create_variants.yml@main secrets: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }}