1 parent 7abbb3c commit 98387d7Copy full SHA for 98387d7
1 file changed
.github/workflows/release.yml
@@ -26,13 +26,13 @@ jobs:
26
with:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
tag: ${{ github.ref_name }}
29
- name: Release v${{ github.ref_name }}
+ name: Release ${{ github.ref_name }}
30
artifacts: "build/built-with-tailwind-css.zip"
31
replacesArtifacts: true
32
draft: false
33
prerelease: false
34
allowUpdates: true
35
body: |
36
- **New Release v${{ github.ref_name }} - Built with Tailwind CSS**
+ **New Release ${{ github.ref_name }} - Built with Tailwind CSS**
37
- Built with Tailwind CSS is a Chrome Extension that identifies the usage of Tailwind CSS in web pages.
38
- Includes the latest updates to the Built with Tailwind CSS extension.
0 commit comments