Skip to content

Create release

Create release #5

Workflow file for this run

name: Create release
on:
push:
tags: ["*"]
workflow_dispatch:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
permissions:
contents: write
id-token: write
attestations: write
jobs:
release:
uses: tree-sitter/workflows/.github/workflows/release.yml@main
with:
attestations: true

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

View workflow run for this annotation

GitHub Actions / Create release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 21, Col: 23): Invalid input, attestations is not defined in the referenced workflow.