Skip to content

chore: inject project tool #1

chore: inject project tool

chore: inject project tool #1

Workflow file for this run

name: release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: release
on:
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]