Skip to content

Commit

Permalink
feat: d
Browse files Browse the repository at this point in the history
  • Loading branch information
XdpCs committed Oct 30, 2024
1 parent 341bff4 commit 6939d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion commands/commandder.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var (
env string
version = "1.0.32"
version = "1.0.33"
)

func Execute(args []string) error {
Expand Down

0 comments on commit 6939d2b

Please sign in to comment.