Skip to content

Commit c7efde2

Browse files
🐛 Fix typo in release action.
1 parent 330b2bb commit c7efde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "tag does not match version in gleam.toml, refusing to publish"
2424
exit 1
2525
- run: gleam format --check src test
26-
- run: gleam test --target
26+
- run: gleam test
2727
- run: gleam publish -y
2828
env:
2929
HEXPM_USER: ${{ secrets.HEX_USERNAME }}

0 commit comments

Comments
 (0)