diff --git a/.github/workflows/deploy-staging-networks.yml b/.github/workflows/deploy-staging-networks.yml index 90682e6d000f..cfe7efd279af 100644 --- a/.github/workflows/deploy-staging-networks.yml +++ b/.github/workflows/deploy-staging-networks.yml @@ -76,7 +76,7 @@ jobs: with: network: staging-public semver: ${{ needs.determine-semver.outputs.semver }} - ref: ${{ github.ref }} + ref: ${{ needs.determine-semver.outputs.branch }} secrets: inherit deploy-staging-ignition: @@ -87,7 +87,7 @@ jobs: with: network: staging-ignition semver: ${{ needs.determine-semver.outputs.semver }} - ref: ${{ github.ref }} + ref: ${{ needs.determine-semver.outputs.branch }} secrets: inherit deploy-testnet: @@ -99,5 +99,5 @@ jobs: with: network: testnet semver: ${{ needs.determine-semver.outputs.semver }} - ref: ${{ github.ref }} + ref: ${{ needs.determine-semver.outputs.branch }} secrets: inherit