Skip to content

0.24.1

0.24.1 #10

Workflow file for this run

name: Publish packages
on:
push:
tags: ["*"]
permissions:
contents: write
jobs:
github:

Check failure on line 11 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: 11, Col: 3): Error calling workflow 'tree-sitter/workflows/.github/workflows/release.yml@main'. The nested job 'release' is requesting 'attestations: write, id-token: write', but is only allowed 'attestations: none, id-token: none'.
uses: tree-sitter/workflows/.github/workflows/release.yml@main
with:
generate: true
attestations: true
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
ubuntu-version: "22.04"
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}