We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f964f42 + 00c62fd commit 1176938Copy full SHA for 1176938
.github/workflows/build-docker-dev.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Get Version
24
run: |
25
- echo VERSION=$(cat share/const.go |grep 'const VERSION' | awk '{print $4}' | sed "s/\"//g")-dev >> $GITHUB_ENV
+ echo VERSION=$(cat share/const.go |grep 'const VERSION' | awk '{print $4}' | sed "s/\"//g") >> $GITHUB_ENV
26
27
- name: Check Version
28
run: echo $VERSION
0 commit comments