From d57259962b6c29fd86c2d7ed36405168b1b2888d Mon Sep 17 00:00:00 2001 From: David Payr <1696106+Vanilagy@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:14:34 +0300 Subject: [PATCH] Fix "malformed" YAML --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20cb4f0..c7128d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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