Skip to content

Commit dbc2b5e

Browse files
committed
fix branch name
1 parent 5231658 commit dbc2b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
dry_run: true
115115
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
116-
branch_name: main
116+
branch_name: ${{ github.event.pull_request.head.ref }}
117117
publish_package: true
118118
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
119119
secrets: inherit

0 commit comments

Comments
 (0)