Skip to content

Commit

Permalink
ci: fix typo in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Nov 4, 2024
1 parent b8c432e commit e00620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: tpi v${{ env.VERSION }}
tag: ${{ env.VERSION }}
tag: v${{ env.VERSION }}
artifacts: artifacts/*
generateReleaseNotes: true

0 comments on commit e00620f

Please sign in to comment.