mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
23 lines
251 B
YAML
23 lines
251 B
YAML
name: Prepare Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
env:
|
|
CI: true
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: macos-12
|
|
timeout-minutes: 15
|
|
|
|
strategy:
|
|
matrix:
|
|
node-version: [16]
|
|
|
|
steps:
|
|
- run: echo "stub"
|