Skip to content

Commit 9c1e9e8

Browse files
committed
pass ref to checkout
1 parent d2132d2 commit 9c1e9e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v5
43+
with:
44+
ref: ${{ inputs.tag_name || github.ref_name }}
4345
- name: Create release archive and notes
4446
run: .github/workflows/create_archive_and_notes.sh
4547
- name: Release

0 commit comments

Comments
 (0)