Skip to content

Commit

Permalink
feat(ci): force set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Apr 16, 2022
1 parent 64c8b7e commit db28d9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
GORELEASER_PREVIOUS_TAG: "v0.0.1"
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- go mod tidy
- go generate ./...
#before:
# hooks:
# - go mod tidy
# - go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit db28d9c

Please sign in to comment.