Skip to content

Commit

Permalink
Pin package-npm to an older version
Browse files Browse the repository at this point in the history
The main branch seems to be broken.
  • Loading branch information
eed3si9n committed Aug 8, 2024
1 parent 26eb655 commit e9e673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@66df2de139d7a77a89644f67a88c803d4a8cf67e
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# TODO: comment this out for now since we publish the crate manually
Expand Down

0 comments on commit e9e673e

Please sign in to comment.