We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1983757 commit 60a1c1aCopy full SHA for 60a1c1a
.github/workflows/scheduled.yml
@@ -20,4 +20,4 @@ jobs:
20
git config --local credential.credentialStore plaintext
21
dotnet gcm store --protocol=https --host=github.com --username=$env:GITHUB_ACTOR --password=$env:GH_TOKEN
22
gh auth status
23
- gh release create v$(date "+%Y.%m.%d") --generate-notes
+ gh release create v$(date "+%Y.%-m.%-d") --generate-notes
0 commit comments