minor fixes

This commit is contained in:
Felipe Suero
2023-04-28 12:53:31 -04:00
parent 8bc0c5636e
commit 2795997f4c
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: Create release PR
run-name: Create release PR for new v${{ github.event.inputs.version }} version
run-name: Create release PR for new ${{ github.event.inputs.version }} version
on:
workflow_dispatch:
@@ -2,9 +2,6 @@
VERSION=$(cat lerna.json | jq -r '.version')
echo "Current version: $VERSION"
echo "Incrementing $1 version"
MAJOR=$(echo $VERSION | cut -d. -f1)
MINOR=$(echo $VERSION | cut -d. -f2)
PATCH=$(echo $VERSION | cut -d. -f3)