Skip to content

Commit

Permalink
Merge pull request #19 from RedPillAnalytics/develop
Browse files Browse the repository at this point in the history
Better debug on minor
  • Loading branch information
stewartbryson authored Sep 24, 2021
2 parents ecc6ffd + da69030 commit d33297d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ version="${tag:1}"

# write to a file for access across steps
echo $version > $versionfile
echo ${version%"."*}.0 > $minorfile
minor="${version%"."*}.0"
echo $minor > $minorfile

# update the version property
javaproperties set -o props.temp $properties version $version
Expand Down

0 comments on commit d33297d

Please sign in to comment.