Skip to content

Commit 73b96e7

Browse files
committed
nightly.datehere
1 parent b718c64 commit 73b96e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: github.event_name == 'schedule'
110110
run: |
111111
DATE=$(date +%Y%m%d)
112-
TAG="-nightly-$DATE" # Combine version and date
112+
TAG="-nightly.$DATE"
113113
echo "tag=$TAG" >> $GITHUB_OUTPUT
114114
115115
- name: Create Release Tag

0 commit comments

Comments
 (0)