diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index c056cf2..771d943 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -201,4 +201,4 @@ jobs: generate_release_notes: true make_latest: true name: scrape-it-now v${{ needs.init.outputs.VERSION }} - tag_name: ${{ needs.init.outputs.VERSION }} + tag_name: v${{ needs.init.outputs.VERSION }}