Skip to content

Commit

Permalink
[#234] Revert the format of int version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Nov 9, 2023
1 parent 790a7d8 commit 020d992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
VERSION_DELIMITER: .
run: |
function ver { printf "%03d%03d%03d" $(echo "$1" | tr '${VERSION_DELIMITER}' ' '); }
function ver { printf "%03d%03d%03d%03d" $(echo "$1" | tr '${VERSION_DELIMITER}' ' '); }
echo "main version: $(ver ${{ steps.get-main-version.outputs.version }})"
echo "develop version: $(ver ${{ steps.get-develop-version.outputs.version }})"
Expand Down

0 comments on commit 020d992

Please sign in to comment.