Skip to content

Commit 1b82bc6

Browse files
committed
fix: simplify publish workflow to match working dart config
1 parent 87fbde1 commit 1b82bc6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,9 @@ permissions:
1010
attestations: write
1111

1212
jobs:
13-
github:
14-
uses: tree-sitter/workflows/.github/workflows/release.yml@main
15-
with:
16-
generate: true
17-
attestations: true
1813
npm:
1914
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
2015
secrets:
2116
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2217
with:
23-
generate: true
24-
crates:
25-
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
26-
secrets:
27-
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
28-
with:
29-
generate: true
30-
pypi:
31-
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
32-
secrets:
33-
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
34-
with:
35-
generate: true
18+
generate: false

0 commit comments

Comments
 (0)