We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e1c9b commit ad2018aCopy full SHA for ad2018a
1 file changed
.github/workflows/publish.yml
@@ -4,18 +4,32 @@ on:
4
push:
5
tags: ["*"]
6
7
+permissions:
8
+ contents: write
9
+ id-token: write
10
+ attestations: write
11
+
12
jobs:
13
github:
14
uses: tree-sitter/workflows/.github/workflows/release.yml@main
15
+ with:
16
+ generate: true
17
+ attestations: true
18
npm:
19
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
20
secrets:
21
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
22
23
24
crates:
25
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
26
27
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
28
29
30
pypi:
31
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
32
33
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
34
35
0 commit comments