diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-11 18:36:53 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-11 18:36:53 +0100 |
commit | 6af70460dbb2e81b6be45625cd71c87ef145cff3 (patch) | |
tree | be433aa1933eaf5b566882c09be8ea6edffe3e17 /.github/workflows/release.yml | |
parent | d3e86fa4033ecc77da3812b697b3c59f92e83969 (diff) | |
download | lustre-6af70460dbb2e81b6be45625cd71c87ef145cff3.tar.gz lustre-6af70460dbb2e81b6be45625cd71c87ef145cff3.zip |
:wrench: Use Gleam v1.2.1 in release action.
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f6f648..d6612fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: with: otp-version: "26.0.2" rebar3-version: "3" - gleam-version: "1.1.0" + gleam-version: "1.2.1" - run: cargo install tomlq - run: | |