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 3464e8b commit fa14e7fCopy full SHA for fa14e7f
.github/workflows/cli-release.yml
@@ -41,7 +41,7 @@ jobs:
41
fetch-depth: 0 # Needed by goreleaser to browse history.
42
- name: Determine weekly tag
43
# This tag is semver and works with semver.Compare
44
- run: echo "WEEKLY_TAG=$(date +%Y.%U)" >> $GITHUB_ENV
+ run: echo "WEEKLY_TAG=0.0.0-weekly.$(date +%Y.%U)" >> $GITHUB_ENV
45
- name: Set weekly tag
46
id: tag_version
47
uses: mathieudutour/[email protected]
0 commit comments