Skip to content

Commit fa14e7f

Browse files
committed
Fix weekly tag
1 parent 3464e8b commit fa14e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0 # Needed by goreleaser to browse history.
4242
- name: Determine weekly tag
4343
# This tag is semver and works with semver.Compare
44-
run: echo "WEEKLY_TAG=$(date +%Y.%U)" >> $GITHUB_ENV
44+
run: echo "WEEKLY_TAG=0.0.0-weekly.$(date +%Y.%U)" >> $GITHUB_ENV
4545
- name: Set weekly tag
4646
id: tag_version
4747
uses: mathieudutour/[email protected]

0 commit comments

Comments
 (0)