aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-11-04 14:05:42 +0000
committerHayleigh Thompson <me@hayleigh.dev>2023-11-04 14:05:42 +0000
commit5e95752a28edc1d0f6867313f31a6b6068478ba2 (patch)
tree4d26cfb22141129bc68ead0f59cb812fe4e03953 /.github
parentd3783f17df7cdb2bbc59849dbfb29dc778ace296 (diff)
downloadlustre-5e95752a28edc1d0f6867313f31a6b6068478ba2.tar.gz
lustre-5e95752a28edc1d0f6867313f31a6b6068478ba2.zip
:wrench: Update gleam version in release action to 0.32.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b11ddd0..0b8ad1e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: "26.0.2"
- gleam-version: "0.30.5"
+ gleam-version: "0.32.1"
- run: cargo install tomlq
- run: |
if [ "v$(tomlq version -f gleam.toml)" == "${{ github.ref_name }}" ]; then