mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix bump master version
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e5a330fee3
commit
d4d4366def
2
.github/workflows/bump-master-version.yaml
vendored
2
.github/workflows/bump-master-version.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
echo "status=create" >> $GITHUB_OUTPUT
|
echo "status=create" >> $GITHUB_OUTPUT
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
if: ${{ steps.bump.outputs.status == "create" }}
|
if: ${{ steps.bump.outputs.status == 'create' }}
|
||||||
with:
|
with:
|
||||||
add-paths: package.json
|
add-paths: package.json
|
||||||
commit-message: Update package.json version to next preminor because of recent release
|
commit-message: Update package.json version to next preminor because of recent release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user