Skip to content

Commit 14b8ba5

Browse files
committed
Update branch check in release workflow to target develop/main instead of develop/3.6.0.
1 parent 103063e commit 14b8ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then
139139
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
140-
git branch --remote --contains | grep origin/develop/3.6.0
140+
git branch --remote --contains | grep origin/develop/main
141141
else
142142
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
143143
git branch --remote --contains | grep origin/${BRANCH_NAME}

0 commit comments

Comments
 (0)