Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Mar 20, 2023
2 parents a5cab5c + 4b10c4e commit 992ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# see: https://stackoverflow.com/questions/62140832/why-golang-packages-have-to-be-v0-or-v1-and-not-v2020
run: |-
VER_BUILD=$(date +%H%M)
VERSION_NUM="v0.$(date +%y)$(date +%m).$(date +%d)-${VER_BUILD:0:3}"
VERSION_NUM="0.$(date +%y)$(date +%m).$(date +%d)-${VER_BUILD:0:3}"
echo "VERSION_NUM=${VERSION_NUM}" >> $GITHUB_OUTPUT
- name: "Tag release"
Expand Down

0 comments on commit 992ea22

Please sign in to comment.