Skip to content

Commit f9a5cd0

Browse files
SimYunSupCopilot
andauthored
Update .github/workflows/tailwindcss-auto-update.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 821b180 commit f9a5cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tailwindcss-auto-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Update version in install.sh
8181
if: env.UPDATE_NEEDED == 'true'
8282
run: |
83-
sed -i "s|VERSION=\${1:-\"v[0-9.]*\"}|VERSION=\${1:-\"${TAILWINDCSS_VERSION}\"}|" ./DotnetDevKR.TailwindCSS/runtime/install.sh
83+
sed -i "s|VERSION=\${1:-\"v[^\"]*\"}|VERSION=\${1:-\"${TAILWINDCSS_VERSION}\"}|" ./DotnetDevKR.TailwindCSS/runtime/install.sh
8484
echo "Updated install.sh to TailwindCSS version: $TAILWINDCSS_VERSION"
8585
8686
- name: Download TailwindCSS executables

0 commit comments

Comments
 (0)