Skip to content

Commit fe5667d

Browse files
authored
fix: issue deployment for releases and tags (#112)
* fix: issue deployment for releases and tags
1 parent 4c5ed78 commit fe5667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/extract-branch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
script: |
1717
return (
1818
context?.payload?.pull_request?.head?.ref ||
19-
context?.payload?.ref
19+
context?.payload?.ref || ""
2020
).replace("refs/heads/","");
2121
- name: 🪑 Set output
2222
id: branch-name

0 commit comments

Comments
 (0)