Skip to content

Commit 41725b2

Browse files
authored
Check for release notes on the tagged commit (#2446)
1 parent 69c8e68 commit 41725b2

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
@@ -158,6 +158,8 @@ jobs:
158158
steps:
159159
- name: Checkout Source
160160
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
161+
with:
162+
ref: ${{ inputs.git-tag }}
161163

162164
- name: Set up Python
163165
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0

0 commit comments

Comments
 (0)