We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2486a41 commit 0926123Copy full SHA for 0926123
.github/workflows/publish.yml
@@ -2,6 +2,8 @@ name: Publish packages
2
3
on:
4
push:
5
+ branches:
6
+ - trusted-publishing
7
tags: ["*"]
8
9
permissions:
@@ -33,11 +35,11 @@ jobs:
33
35
- uses: rust-lang/crates-io-auth-action@v1
34
36
id: auth
37
- - uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
- secrets:
38
- CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
39
- with:
40
- generate: true
+ # - uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
+ # secrets:
+ # CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
41
+ # with:
42
+ # generate: true
43
# pypi:
44
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
45
# secrets:
0 commit comments