Skip to content

Commit

Permalink
ci: use with syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranHonig committed May 27, 2024
1 parent 0e86ae6 commit e979c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ concurrency:
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
node_version: v20.11.1
with:
node_version: v20.11.1
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
Expand Down

0 comments on commit e979c16

Please sign in to comment.