Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 10, 2024
1 parent 5500eb0 commit 0293fb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -6,17 +6,17 @@ on:
jobs:
github:
uses: tree-sitter/workflows/.github/workflows/release.yml@main
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
with:
package-name: "@tree-sitter/tree-sitter-xml"
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# npm:
# uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
# with:
# package-name: "@tree-sitter/tree-sitter-xml"
# secrets:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

0 comments on commit 0293fb9

Please sign in to comment.