We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
patch/3.5.1
develop/3.5.0
1 parent 473a41e commit 853ebdaCopy full SHA for 853ebda
.github/workflows/packages.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then
52
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
53
- git branch --remote --contains | grep origin/develop/3.5.0
+ git branch --remote --contains | grep origin/patch/3.5.1
54
else
55
56
git branch --remote --contains | grep origin/${BRANCH_NAME}
0 commit comments