feat: remove -cli suffix w/ new package

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
This commit is contained in:
Brooks Townsend 2025-03-10 13:25:06 -04:00
parent 43e4fd6218
commit 4890512667
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ on:
workflow_dispatch:
inputs:
tag_prefix:
description: "Prefix for the release tag to pull from (i.e. wash-cli)"
default: "wash-cli"
description: 'Prefix for the release tag to pull from (i.e. wash)'
default: 'wash'
required: false
type: string
tag_version:
description: "Tag to pull"
description: 'Tag to pull'
required: true
type: string