Skip to content

Commit

Permalink
Add npm registry URL to the correct job
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Nov 15, 2024
1 parent aed52ca commit 6101392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22"
registry-url: 'https://registry.npmjs.org'
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -75,6 +74,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22"
registry-url: 'https://registry.npmjs.org'
- name: Zip Protobufs
run: |
zip -r go-${{needs.build.outputs.version}}.zip go
Expand Down

0 comments on commit 6101392

Please sign in to comment.