Skip to content

Commit

Permalink
fix: release workflow CI build
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed May 17, 2024
1 parent 41ffe39 commit 730b8a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
run: |
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 }}
node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)
echo $node_version >> $GITHUB_ENV
asdf global nodejs $node_version
- name: Cache go modules
uses: actions/cache@v4
Expand Down

0 comments on commit 730b8a9

Please sign in to comment.