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 }}