We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d29e9 commit 6f6d40fCopy full SHA for 6f6d40f
.github/workflows/dispatch_build_dev.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: set version with current date
21
id: versioning
22
run: |
23
- echo "VERSION=$(cat src/VERSION | cut -c 2-).${{ env.TIME }}" >> $GITHUB_OUTPUT
+ echo "VERSION=$(sed 's/v//' < src/VERSION).${{ env.TIME }}" >> $GITHUB_OUTPUT
24
- name: Notice when job fails
25
if: failure()
26
uses: 8398a7/action-slack@v3.2.0
0 commit comments