Skip to content

Commit 1bf4f01

Browse files
committed
ci: la oss bruke semver
1 parent e34cdf5 commit 1bf4f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: set-version
2121
run: |
2222
echo Faking a Semantic Version
23-
echo "version=1.$(date "+%Y%m%d%H%M%S")" >> ${GITHUB_OUTPUT}
23+
echo "version=1.0.0-$(date "+%Y%m%d%H%M%S")" >> ${GITHUB_OUTPUT}
2424
2525
test:
2626
needs:

0 commit comments

Comments
 (0)