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