mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Yolo, baybe
This commit is contained in:
parent
a0bda16224
commit
8dede6ef1a
1 changed files with 10 additions and 11 deletions
21
.github/workflows/create_tag.yml
vendored
21
.github/workflows/create_tag.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue