mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Echo version and attempt release
This commit is contained in:
parent
4a9873f2c2
commit
53ef6aeaa6
1 changed files with 11 additions and 5 deletions
16
.github/workflows/create_tag.yml
vendored
16
.github/workflows/create_tag.yml
vendored
|
|
@ -46,9 +46,15 @@ jobs:
|
|||
fi
|
||||
|
||||
# Update the version
|
||||
NEW_VERSION="v$MAJOR.$MINOR.$PATCH"
|
||||
NEW_VERSION="$MAJOR.$MINOR.$PATCH"
|
||||
echo $NEW_VERSION
|
||||
|
||||
- name: Create tag
|
||||
run: |
|
||||
git tag $NEW_VERSION
|
||||
git push --tags
|
||||
# - name: Create release
|
||||
# uses: actions/create-release@v1
|
||||
# id: create_release
|
||||
# with:
|
||||
# release_name: Meshtastic Protobufs $NEW_VERSION
|
||||
# tag_name: $NEW_VERSION
|
||||
# body: Protobufs for version $NEW_VERSION release of Meshtastic firmware
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue