Skip to content

Commit

Permalink
chore: add missing v for ref spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Feb 6, 2024
1 parent 3bcd7a5 commit 3212b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ needs.release.outputs.version }}
ref: v${{ needs.release.outputs.version }}

- name: Set up Python 3.9
uses: actions/setup-python@v3
Expand Down

0 comments on commit 3212b13

Please sign in to comment.