We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dc281 commit d58c78bCopy full SHA for d58c78b
1 file changed
.github/workflows/build.yml
@@ -79,6 +79,7 @@ jobs:
79
- name: Determine firmware version
80
id: version
81
run: |
82
+ cat build/config/zw_version_config.h
83
VERSION=$(node tools/extract_version.mjs)
84
if [ "${{ github.event_name }}" == "release" ]; then
85
SUFFIX="$VERSION"
0 commit comments