Skip to content

Commit

Permalink
no export
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBjrk committed Mar 16, 2024
1 parent 900ef14 commit 1aa5304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get Gleam version
id: gleam-version
run:
export GLEAM_VERSION="$(cat .tool-versions | sed -E 's/gleam (.+)/\1/')"
GLEAM_VERSION="$(cat .tool-versions | sed -E 's/gleam (.+)/\1/')"
echo "Gleam version $GLEAM_VERSION"
echo "gleam-version=$GLEAM_VERSION" >> $GITHUB_OUTPUT
test:
Expand Down

0 comments on commit 1aa5304

Please sign in to comment.