Skip to content

Commit

Permalink
#5 regex
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 84ef2e3 commit 7cb12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^0.0.0/${tag}/" entry.sh
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)"
Expand Down

0 comments on commit 7cb12c7

Please sign in to comment.