Skip to content

Commit b73f702

Browse files
fix: incorrect variable name
1 parent 084ac73 commit b73f702

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
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
dry_run: true
5757
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
58-
branch_name: main
58+
branch_name: ${{ github.event.pull_request.head.ref || github.ref_name }}
5959
publish_package: false
6060
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
6161
secrets: inherit

0 commit comments

Comments
 (0)