Update branch check in release workflow to target main instead of develop/main.

This commit is contained in:
Sipke Schoorstra 2025-12-21 13:57:00 +01:00
parent 14b8ba5ffe
commit 90dbdc48d9
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -137,7 +137,7 @@ jobs:
run: |
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/develop/main
git branch --remote --contains | grep origin/main
else
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/${BRANCH_NAME}