Missed the actual tag name

pull/297/head v2.0.16
Ben Meadors 2023-01-29 19:53:56 -06:00
rodzic bfcea978af
commit 9b65349121
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ jobs:
id: create_release
with:
release_name: Meshtastic Protobufs ${{ steps.version.outputs.NEW_VERSION }}
tag_name: $NEW_VERSION
tag_name: ${{ steps.version.outputs.NEW_VERSION }}
body: Protobufs for version ${{ steps.version.outputs.NEW_VERSION }} release of Meshtastic firmware
env:
GITHUB_TOKEN: ${{ github.token }}