From 2f8ad0ab8fcd27a152b210924925f448b057bf0e Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 6 Jun 2023 08:49:12 +0100 Subject: [PATCH] Update tag-release.yml Fix default value --- .github/workflows/tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 40340ad2f1..47e8c5c11d 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:-patch }} + ./scripts/versionCommit.sh ${{ github.event.inputs.versioning || "patch" }}