From 9b65349121f5d9aea860e9061c27f2d72035351d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 Jan 2023 19:53:56 -0600 Subject: [PATCH] Missed the actual tag name --- .github/workflows/create_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index d0d8f10..272f51a 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -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 }}