Skip to content

Commit

Permalink
fix: issue deployment for releases and tags (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 1, 2022
1 parent 1ba68db commit 3bbb90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
script: |
return (
context?.payload?.pull_request?.head?.ref ||
context?.payload?.ref
context?.payload?.ref || ""
).replace("refs/heads/","");
- name: 🪑 Set output
Expand Down

0 comments on commit 3bbb90b

Please sign in to comment.