diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3934cc9..7e0f24d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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