Skip to content

Commit 6389c4c

Browse files
feat(ci): Add FCLI to release action (#152)
1 parent 16bf0a0 commit 6389c4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ jobs:
9797
- run: npm i
9898
working-directory: aqua
9999

100+
- name: Setup fcli
101+
uses: fluencelabs/setup-fluence@v1
102+
with:
103+
artifact: fcli
104+
version: unstable
105+
100106
- run: npm run build
101107
working-directory: aqua
102108

0 commit comments

Comments
 (0)