mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +00:00
1.2.37 fix release script
This commit is contained in:
parent
a98bf80c24
commit
29587d4c4e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
# Will be available in steps.version.outputs.version
|
||||
- name: Get version string
|
||||
run: echo "::set-output name=version::$(./bin/buildinfo.py)"
|
||||
run: echo "::set-output name=version::$(./bin/buildinfo.py short)"
|
||||
id: version
|
||||
|
||||
- name: Build everything
|
||||
|
@ -1,4 +1,4 @@
|
||||
[VERSION]
|
||||
major = 1
|
||||
minor = 2
|
||||
build = 36
|
||||
build = 37
|
||||
|
Loading…
Reference in New Issue
Block a user