Skip to content

Commit

Permalink
Merge pull request #5 from gbrlcoelho/feat/0.73.6
Browse files Browse the repository at this point in the history
ci/cd: registry url on workflow
  • Loading branch information
gbrlcoelho authored Mar 12, 2024
2 parents 446cbe4 + de44e35 commit 16e0a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 16e0a5c

Please sign in to comment.