1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Update tag-release.yml

This commit is contained in:
Adria Navarro 2023-06-06 08:52:32 +01:00 committed by GitHub
parent 2f8ad0ab8f
commit 05ad752c91

View file

@ -48,4 +48,6 @@ jobs:
# setup the username and email.
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"
./scripts/versionCommit.sh ${{ github.event.inputs.versioning || "patch" }}
BUMP_TYPE_INPUT=${{ github.event.inputs.versioning }}
BUMP_TYPE=${BUMP_TYPE_INPUT:-"patch"}
./scripts/versionCommit.sh $BUMP_TYPE