Skip to content

0.24.6

0.24.6 #16

Workflow file for this run

name: Publish packages
on:
push:
tags: ["*"]
permissions:
contents: write
id-token: write
attestations: write
jobs:
github:
uses: tree-sitter/workflows/.github/workflows/release.yml@main

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

View workflow run for this annotation

GitHub Actions / Publish packages

Invalid workflow file

The workflow is not valid. In .github/workflows/publish.yml (Line: 14, Col: 11): Error from called workflow tree-sitter/workflows/.github/workflows/release.yml@main (Line: 21, Col: 13): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.attestations && 'write' || 'read' In .github/workflows/publish.yml (Line: 14, Col: 11): Error from called workflow tree-sitter/workflows/.github/workflows/release.yml@main (Line: 21, Col: 13): Unexpected value '${{ inputs.attestations && 'write' || 'read' }}'
permissions:
contents: write
id-token: write
attestations: write
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}}