Skip to content

Merge pull request #411 from eed3si9n/wip/bump #1

Merge pull request #411 from eed3si9n/wip/bump

Merge pull request #411 from eed3si9n/wip/bump #1

Workflow file for this run

name: Publish package
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "tree-sitter/workflows/.github/workflows/package-npm.yml@main" (source branch with sha:d82dd1521ffdb4b4b71377ffe4c4d7c2f3e15d18) : You have an error in your yaml syntax on line 67
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# TODO: comment this out for now since we publish the crate manually
# 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}}