Browse Source

ci(release): update to breaking upstream changes

master v0.24.2
Christian Clason 1 month ago
committed by Will Lillis
parent
commit
b780e47fc7
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      .github/workflows/publish.yml

+ 0
- 9
.github/workflows/publish.yml View File

@ -12,24 +12,15 @@ permissions:
jobs:
github:
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:
generate: true
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
with:
generate: true
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
with:
generate: true

Loading…
Cancel
Save