We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
develop/main
develop/3.6.0
1 parent 103063e commit 14b8ba5Copy full SHA for 14b8ba5
1 file changed
.github/workflows/packages.yml
@@ -137,7 +137,7 @@ jobs:
137
run: |
138
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased") ]]; then
139
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
140
- git branch --remote --contains | grep origin/develop/3.6.0
+ git branch --remote --contains | grep origin/develop/main
141
else
142
143
git branch --remote --contains | grep origin/${BRANCH_NAME}
0 commit comments