From a693195b575d64eeb40d925428e35cc8715f75ec Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Mon, 20 Jun 2022 20:44:45 +0100 Subject: [PATCH] Update nym-wallet-release.yml --- .github/workflows/nym-wallet-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nym-wallet-release.yml b/.github/workflows/nym-wallet-release.yml index 435f122c46..d69f9fba01 100644 --- a/.github/workflows/nym-wallet-release.yml +++ b/.github/workflows/nym-wallet-release.yml @@ -4,7 +4,7 @@ on: inputs: nym_wallet_version: description: 'The version of the Nym Wallet to release' - default: 'v1.0.x' + default: '1.0.x' required: true type: string jobs: