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 311a964 commit db31218Copy full SHA for db31218
.github/workflows/publish.yml
@@ -10,14 +10,17 @@ concurrency:
10
11
jobs:
12
# npm:
13
+ # if: github.repository_owner == 'stadelmanma'
14
# uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
15
# secrets:
16
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
17
crates:
18
+ if: github.repository_owner == 'stadelmanma'
19
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
20
secrets:
21
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
22
pypi:
23
24
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
25
26
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
0 commit comments