Skip to content

Commit

Permalink
Fix "malformed" YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanilagy committed Aug 30, 2024
1 parent f97ef12 commit d572599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: 'https://registry.npmjs.org'
node-version: '20'
registry-url: https://registry.npmjs.org

# Get the 'version' field out of the package.json file
- name: Get package.json version
Expand Down

0 comments on commit d572599

Please sign in to comment.