Skip to content

Commit

Permalink
🔧 Update release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayleigh Thompson committed Aug 22, 2024
1 parent 925c54f commit a251750
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "1.2.1"
gleam-version: "1.4.1"
rebar3-version: "3"

- run: cargo install tomlq
Expand All @@ -22,8 +22,7 @@ jobs:
fi
echo "tag does not match version in gleam.toml, refusing to publish"
exit 1
- run: gleam format --check src test
- run: gleam test
- run: gleam format --check src
- run: gleam publish -y
env:
HEXPM_USER: ${{ secrets.HEX_USERNAME }}
Expand Down

0 comments on commit a251750

Please sign in to comment.