We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd5424 commit 5fa9ff2Copy full SHA for 5fa9ff2
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
id: set-version
22
run: |
23
echo Faking a Semantic Version
24
- echo "version=1.0.0-$(date "+%Y%m%d%H%M")" >> ${GITHUB_OUTPUT}
+ echo "version=1.3.0-$(date "+%Y%m%d%H%M")" >> ${GITHUB_OUTPUT}
25
26
test:
27
needs:
0 commit comments