Skip to content

Commit

Permalink
ci: update fluentci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 17, 2024
1 parent b0fca48 commit 614c77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
uses: fluentci-io/setup-fluentci@v4
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
uses: fluentci-io/setup-fluentci@v4
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 614c77b

Please sign in to comment.