Skip to content

Commit 2943dee

Browse files
committed
Address incorrect checkout ref
1 parent a3d9be0 commit 2943dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
with:
18-
ref: rc/v${{ inputs.version }}
18+
ref: rc/${{ inputs.version }}
1919
- name: Install Python
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)