Skip to content

Commit 853ebda

Browse files
committed
Update workflow to check for patch/3.5.1 branch instead of develop/3.5.0 in release conditions
1 parent 473a41e commit 853ebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then
5252
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
53-
git branch --remote --contains | grep origin/develop/3.5.0
53+
git branch --remote --contains | grep origin/patch/3.5.1
5454
else
5555
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
5656
git branch --remote --contains | grep origin/${BRANCH_NAME}

0 commit comments

Comments
 (0)