Update tag-release.yml

Fix default value
This commit is contained in:
Adria Navarro 2023-06-06 08:49:12 +01:00 committed by GitHub
parent 8bc1cbfd03
commit 2f8ad0ab8f
1 changed files with 1 additions and 1 deletions

View File

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