mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Update ci-ifcopenshell-conda-daily.yml
making legal semver by using -alpha
This commit is contained in:
committed by
GitHub
parent
c25bb03a9c
commit
6befa2dc12
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Version + date str
|
- name: Version + date str
|
||||||
id: verdate
|
id: verdate
|
||||||
run: echo "verdate='${{ steps.version.outputs.version }}.${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT
|
run: echo "verdate='${{ steps.version.outputs.version }}-alpha${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user