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 3e35fcf commit 003ca9bCopy full SHA for 003ca9b
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Generate Version
14
id: generate-version
15
- run: echo "::set-output name=version::$(date +"%-y.%-m.%-d")"
+ run: echo "::set-output name=version::22.7.28"
16
- name: Create Release
17
uses: actions/create-release@v1
18
id: create-release
0 commit comments