We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5665aa commit 91e6803Copy full SHA for 91e6803
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Get Project Version
35
id: get_version
36
run: |
37
- echo "version=$(grep -oP 'WATGBRIDGE_VERSION = \"\K[0-9]+\.[0-9]+\.[0-9]+' state/state.go)" >> $GITHUB_OUTPUT
+ echo "version=$(cat state/version.txt | tr -d '\n')" >> $GITHUB_OUTPUT
38
39
- name: Create Release for amd64
40
if: always()
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
- name: Create Release for arm64
76
0 commit comments