Skip to content

Commit

Permalink
fix: Version tag for automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Aug 17, 2024
1 parent 43c82a0 commit a460dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a460dc1

Please sign in to comment.