Skip to content

Commit

Permalink
Always call create variants from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 4, 2024
1 parent 650f744 commit 7027221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7027221

Please sign in to comment.