Skip to content

Commit

Permalink
Update Build for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 8, 2024
1 parent 12f5de0 commit f1bb5dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build for release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
prepare: |
pkg_add crystal git
run: |
sed -i '' '/github: grip-framework\/grip/a\ \ \ \ version: 2.0.1' shard.yml
awk '/github: grip-framework\/grip/ {print; print " version: 2.0.1"; next}1' shard.yml > temp.yml
mv temp.yml shard.yml
crystal version
shards install
crystal spec --order=random
Expand Down

0 comments on commit f1bb5dc

Please sign in to comment.