Skip to content

Commit 81e3d8f

Browse files
committed
Comment out Crate publishing
1 parent 0d0b874 commit 81e3d8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1414
secrets:
1515
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
16-
crates:
17-
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
18-
secrets:
19-
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
16+
# TODO: comment this out for now since we publish the crate manually
17+
# crates:
18+
# uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
19+
# secrets:
20+
# CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
2021
pypi:
2122
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
2223
secrets:

0 commit comments

Comments
 (0)