diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c16ac9c..69a25e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,6 @@ name: Create release PR -run-name: Create release PR for v${{ github.event.inputs.version }} +run-name: Create release PR for new v${{ github.event.inputs.version }} version on: workflow_dispatch: diff --git a/scripts/workflows/increment-version.sh b/scripts/workflows/increment-version.sh index fe95efc..b915542 100755 --- a/scripts/workflows/increment-version.sh +++ b/scripts/workflows/increment-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=$(cat package.json | jq -r '.version') +VERSION=$(cat lerna.json | jq -r '.version') echo "Current version: $VERSION" echo "Incrementing $1 version"