Skip to content

Commit

Permalink
.goreleaser.yml add go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 19, 2021
1 parent 345c6b6 commit 264b8b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .atc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
path: pubspec.yaml
behavior: before
template: v{{.Version}}
template: v{{.Version}}-pubspec
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before:
hooks:
- go mod tidy

builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: newtify
"version": 1.2.8
"version": 1.2.9
description: >-
Have you been turned into a newt? Would you like to be?
This package can help. It has all of the
Expand Down

0 comments on commit 264b8b3

Please sign in to comment.