Skip to content

Commit

Permalink
updated gorelease to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 committed Sep 12, 2023
1 parent 0ef0f12 commit ee1f3e4
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 @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v4
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const version = "v0.3.5"
const version = "v0.3.6"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit ee1f3e4

Please sign in to comment.