-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hayleigh Thompson
committed
Aug 22, 2024
1 parent
925c54f
commit a251750
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }} | ||
|