mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Remove quotes and we're good
This commit is contained in:
parent
8dede6ef1a
commit
bfcea978af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create_tag.yml
vendored
2
.github/workflows/create_tag.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
fi
|
||||
|
||||
# Update the version
|
||||
echo "NEW_VERSION='v$MAJOR.$MINOR.$PATCH'" >> $GITHUB_OUTPUT
|
||||
echo "NEW_VERSION=v$MAJOR.$MINOR.$PATCH" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create release
|
||||
uses: actions/create-release@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue