Skip to content

Commit e5e4069

Browse files
committed
ci(publish): fix workflow
1 parent 4569d1c commit e5e4069

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Publish package
33
on:
44
push:
55
tags: ["*"]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
id-token: write
611

712
jobs:
8-
github:
9-
uses: tree-sitter/workflows/.github/workflows/release.yml@main
10-
permissions:
11-
contents: write
12-
id-token: write
1313
npm:
1414
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1515
with:

0 commit comments

Comments
 (0)