save files
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
git config --global user.email "[email protected]"
|
git config --global user.email "[email protected]"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
||||||
NEW_VERSION=$(./scripts/workflows/increment-version.sh ${{ inputs.version }})
|
NEW_VERSION=$(./script/workflows/increment-version.sh ${{ inputs.version }})
|
||||||
|
|
||||||
git checkout -b release/$NEW_VERSION
|
git checkout -b release/$NEW_VERSION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user