Skip to content

Commit

Permalink
#5 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 695791f commit ba350a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^0.0.0/${tag}/" entry.sh
git add entry.sh
git commit -m "version set to ${tag}"
sudo docker build "$(pwd)"
make

0 comments on commit ba350a6

Please sign in to comment.