Skip to content

Commit

Permalink
chore: Update release.yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnhan2ka3 committed Aug 24, 2024
1 parent a26866d commit 6e1c9b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ A more elegant way of writing Tailwind classes. Never need to repeating the same
- ✅ Compatible with wrappers like [`twMerge`](https://github.com/dcastil/tailwind-merge).
- ✅ "Base" support for Tailwind CSS IntelliSense (IDEs extension), also [Hover Preview](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss#hover-preview).
- ✅ Lite version.
- 🔥 Partial support for complex template literal with conditionals.

## 📖 Table of Contents

Expand Down Expand Up @@ -450,7 +449,10 @@ import { after, before } from "node:test"
import { version } from "os"
import { join } from "path"
import { start } from "repl"
import it:
import itimport { debug } from "console"
import { on } from "events"
import { off } from "process"
:
- **Option 1:**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- v[0-9]+.*

permissions:
contents: write

jobs:
create-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e1c9b3

Please sign in to comment.