Skip to content

Commit 11a6a4c

Browse files
committed
OPS: Checkout tag instead of ref in release workflow dispatch
1 parent 719b3dd commit 11a6a4c

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
@@ -119,7 +119,7 @@ jobs:
119119
- name: Checkout Repository
120120
uses: actions/checkout@v4
121121
with:
122-
ref: ${{ inputs.ref }}
122+
ref: ${{ inputs.tag }}
123123

124124
- name: Install Poetry
125125
uses: snok/[email protected]

0 commit comments

Comments
 (0)