diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 01db27bcc3..40340ad2f1 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -48,4 +48,4 @@ 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 }} + ./scripts/versionCommit.sh ${{ github.event.inputs.versioning:-patch }}