Skip to content

Commit

Permalink
try for auto release on tag change
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Ranjhani authored and Harshal Ranjhani committed May 26, 2024
1 parent 1e2828a commit a2becfa
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 @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21.3
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
Short: "get the current version of genie",
Long: `All software has versions. This is genie's.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("genie v1.4.4")
fmt.Println("genie v1.4.5")
},
}

0 comments on commit a2becfa

Please sign in to comment.