diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25ad2fa..b439039 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: go-version: 1.22 - name: Get Manuscript CLI Version run: | - MANUSCRIPT_CLI_VERSION=$(go run main.go version | tr -s ' ' | awk '{print $NF}') + MANUSCRIPT_CLI_VERSION='v'$(go run main.go version | tr -s ' ' | awk '{print $NF}') echo "MANUSCRIPT_CLI_VERSION=$MANUSCRIPT_CLI_VERSION" >> $GITHUB_ENV - name: Get Git Tag Version run: | diff --git a/commands/commandder.go b/commands/commandder.go index 375bc9f..0e3d5c9 100644 --- a/commands/commandder.go +++ b/commands/commandder.go @@ -9,7 +9,7 @@ import ( var ( env string - version = "1.0.32" + version = "1.0.33" ) func Execute(args []string) error {