Skip to content

Commit 4fa7682

Browse files
committed
attempt to fix release tag with branch
1 parent ebb4b44 commit 4fa7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Determine Branch
2828
id: determine_branch
2929
run: |
30-
# Attempt to find the branch the tag is from
30+
# Find the branch that contains the commit
3131
if git branch -r --contains $GITHUB_SHA | grep "origin/master"; then
3232
BRANCH_NAME="master"
3333
elif git branch -r --contains $GITHUB_SHA | grep "origin/next"; then

0 commit comments

Comments
 (0)