draw from lerna

This commit is contained in:
Felipe Suero
2023-04-27 10:28:01 -04:00
parent 58bf3b35cc
commit 8bc0c5636e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"