From 51408fadf0da16bb9b169d024d9907bfd2f9972b Mon Sep 17 00:00:00 2001 From: D4ryl00 Date: Fri, 17 May 2024 12:22:27 +0200 Subject: [PATCH] fix: release workflow CI build Signed-off-by: D4ryl00 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cbe084c..93f3e241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ jobs: run: | asdf plugin add nodejs asdf install nodejs - asdf global nodejs 18.16.0 echo "node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)" >> $GITHUB_ENV + asdf global nodejs env.node_version - name: Cache go modules uses: actions/cache@v4