Skip to content

Commit 4fa60fb

Browse files
authored
Use string separator in nightly version string (#295)
1 parent 77f1d87 commit 4fa60fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
shell: bash -l {0}
217217
run: |
218218
# suffix for nightly package versions
219-
export VERSION_SUFFIX=`date +%y%m%d`
219+
export VERSION_SUFFIX=a`date +%y%m%d`
220220
221221
mamba build continuous_integration/recipe \
222222
--no-anaconda-upload \

0 commit comments

Comments
 (0)