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 51408fa commit 41ffe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ffe39

Please sign in to comment.