From 623e1a90cca3988400da07720628d58c0732296f Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Sun, 3 Sep 2023 16:10:34 +0200 Subject: [PATCH] Update deploy-js-client.yml --- .github/workflows/deploy-js-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-js-client.yml b/.github/workflows/deploy-js-client.yml index a762a9dd..547e4add 100644 --- a/.github/workflows/deploy-js-client.yml +++ b/.github/workflows/deploy-js-client.yml @@ -6,7 +6,7 @@ on: bump: description: Version bump required: true - default: prerelease + default: patch type: choice options: - patch @@ -20,7 +20,7 @@ on: description: NPM Tag (and preid for pre-releases) required: true type: string - default: alpha + default: latest create_release: description: Create a GitHub release required: true