Skip to content

Commit

Permalink
feat(ci): Add FCLI to release action (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces authored Jan 3, 2024
1 parent 16bf0a0 commit 6389c4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
- run: npm i
working-directory: aqua

- name: Setup fcli
uses: fluencelabs/setup-fluence@v1
with:
artifact: fcli
version: unstable

- run: npm run build
working-directory: aqua

Expand Down

0 comments on commit 6389c4c

Please sign in to comment.