Skip to content

Commit

Permalink
new_release remove leading zeros in version
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Dec 3, 2021
1 parent d697c1f commit 86f5fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_acpype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y.%m.%d')"
run: echo "::set-output name=date::$(date +'%Y.%-m.%-d')"

- name: Create tag
# will only create a new release if the commit message is 'new_release' to master branch
Expand Down

0 comments on commit 86f5fe3

Please sign in to comment.