Skip to content

Commit c8e185a

Browse files
committed
allow version override
1 parent 2433b52 commit c8e185a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mkdir -p build
2222
(cd src && zip -r ../build/built-with-tailwind-css.zip .)
2323
24-
- name: Create Release
24+
- name: Create or Update Release
2525
uses: ncipollo/release-action@v1
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
@@ -31,6 +31,7 @@ jobs:
3131
replacesArtifacts: true
3232
draft: false
3333
prerelease: false
34+
allowUpdates: true
3435
body: |
3536
**New Release v${{ github.ref_name }} - Built with Tailwind CSS**
3637
- Detects Tailwind CSS use in a web page.

0 commit comments

Comments
 (0)