Skip to content

Commit 98387d7

Browse files
committed
Fix GitHub release title: avoid double v when tag is already v-prefixed
Made-with: Cursor
1 parent 7abbb3c commit 98387d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
tag: ${{ github.ref_name }}
29-
name: Release v${{ github.ref_name }}
29+
name: Release ${{ github.ref_name }}
3030
artifacts: "build/built-with-tailwind-css.zip"
3131
replacesArtifacts: true
3232
draft: false
3333
prerelease: false
3434
allowUpdates: true
3535
body: |
36-
**New Release v${{ github.ref_name }} - Built with Tailwind CSS**
36+
**New Release ${{ github.ref_name }} - Built with Tailwind CSS**
3737
- Built with Tailwind CSS is a Chrome Extension that identifies the usage of Tailwind CSS in web pages.
3838
- Includes the latest updates to the Built with Tailwind CSS extension.

0 commit comments

Comments
 (0)