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.
1 parent ebb4b44 commit 4fa7682Copy full SHA for 4fa7682
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Determine Branch
28
id: determine_branch
29
run: |
30
- # Attempt to find the branch the tag is from
+ # Find the branch that contains the commit
31
if git branch -r --contains $GITHUB_SHA | grep "origin/master"; then
32
BRANCH_NAME="master"
33
elif git branch -r --contains $GITHUB_SHA | grep "origin/next"; then
0 commit comments