diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93f3e241..15a038dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: asdf plugin add nodejs asdf install nodejs echo "node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)" >> $GITHUB_ENV - asdf global nodejs env.node_version + asdf global nodejs ${{ env.node_version }} - name: Cache go modules uses: actions/cache@v4