Skip to content

Commit

Permalink
Merge pull request #77 from dispatchrun/fix_version
Browse files Browse the repository at this point in the history
Show correct version
  • Loading branch information
chicoxyzzy authored Jun 21, 2024
2 parents 5ba89d3 + 51a43c3 commit 2db45fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ vendor/
go.work
go.work.sum

# goreleaser
goreleaser/

# Emacs
*~

Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ before:
hooks:
- go mod tidy

gomod:
proxy: true

builds:
- main: .
binary: dispatch
Expand Down

0 comments on commit 2db45fe

Please sign in to comment.