Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mteiting committed Sep 21, 2023
1 parent c5d891f commit b65ffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: get new release version
id: get_new_version
run: |
BUILD_DATE=$(date +'%Y.%m')
BUILD_DATE=$(date +'%Y.%-m')
LATEST_TAG=${{ steps.get-latest-tag.outputs.tag }}
MAJOR_MINOR_LATEST=$(awk -F. '{ OFS = "." } ; { print $1,$2 }' <<< $LATEST_TAG)
NEW_PATCH="0"
Expand Down

0 comments on commit b65ffaf

Please sign in to comment.