pull/297/head
Ben Meadors 2023-01-29 19:46:53 -06:00
rodzic a0bda16224
commit 8dede6ef1a
1 zmienionych plików z 10 dodań i 11 usunięć

Wyświetl plik

@ -48,15 +48,14 @@ jobs:
fi
# Update the version
NEW_VERSION="$MAJOR.$MINOR.$PATCH"
echo $NEW_VERSION
echo "NEW_VERSION='v$MAJOR.$MINOR.$PATCH'" >> $GITHUB_OUTPUT
# - name: Create release
# uses: actions/create-release@v1
# id: create_release
# with:
# release_name: Meshtastic Protobufs ${{ steps.version.outputs.NEW_VERSION }}
# tag_name: $NEW_VERSION
# body: Protobufs for version ${{ steps.version.outputs.NEW_VERSION }} release of Meshtastic firmware
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Create release
uses: actions/create-release@v1
id: create_release
with:
release_name: Meshtastic Protobufs ${{ steps.version.outputs.NEW_VERSION }}
tag_name: $NEW_VERSION
body: Protobufs for version ${{ steps.version.outputs.NEW_VERSION }} release of Meshtastic firmware
env:
GITHUB_TOKEN: ${{ github.token }}