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 730b8a9 commit bf9bfff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
run: |
asdf plugin add nodejs
asdf install nodejs
node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)
echo $node_version >> $GITHUB_ENV
asdf global nodejs $node_version
echo "node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)" >> $GITHUB_ENV
- name: Set nodejs as global exec
run: |
asdf global nodejs ${{ env.node_version }}
- name: Cache go modules
uses: actions/cache@v4
Expand Down

0 comments on commit bf9bfff

Please sign in to comment.