Skip to content

Commit 60a1c1a

Browse files
committed
Omit leading zeroes in released version
This is semver-compliant.
1 parent 1983757 commit 60a1c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
git config --local credential.credentialStore plaintext
2121
dotnet gcm store --protocol=https --host=github.com --username=$env:GITHUB_ACTOR --password=$env:GH_TOKEN
2222
gh auth status
23-
gh release create v$(date "+%Y.%m.%d") --generate-notes
23+
gh release create v$(date "+%Y.%-m.%-d") --generate-notes

0 commit comments

Comments
 (0)