kopia lustrzana https://github.com/meshtastic/protobufs
Yolo, baybe
rodzic
a0bda16224
commit
8dede6ef1a
|
@ -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 }}
|
||||||
|
|
Ładowanie…
Reference in New Issue