tailwindcss/.github/workflows/prepare-release.yml
Jordan Pittman a0f8314445 Add a stub prepare-release workflow
The `workflow_dispatch` trigger will not work for v3 unless this file is present
2024-08-01 09:59:49 -04:00

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"