Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit d603107

Browse files
authored
Add target_commitish to GitHub release action
1 parent 9af1f93 commit d603107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
tag_name: ${{ steps.check_ver.outputs.release_tag }}
8080
name: ${{ steps.check_ver.outputs.release_tag }}
81+
target_commitish: "${{ github.head_ref || github.ref_name }}"
8182
files: |
8283
./pkg_dir/*
8384
env:

0 commit comments

Comments
 (0)