Skip to content

Release 0.3.3

Release 0.3.3 #2

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Publish packages

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 21, Col: 27): Invalid input, attestations is not defined in the referenced workflow.
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
generate: true
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
with:
generate: true