Skip to content

Commit

Permalink
Address incorrect checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent d6d286e commit 2ca4a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: rc/v${{ inputs.version }}
ref: rc/${{ inputs.version }}
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2ca4a0c

Please sign in to comment.