Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 27, 2024
1 parent 4459416 commit b9f8fa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
run: fluentci run . build
run: |
fluentci run . build
ls -ltr
env:
TAG: ${{ env.RELEASE_VERSION }}
TARGET: ${{ matrix.target }}
Expand Down

0 comments on commit b9f8fa8

Please sign in to comment.