Skip to content

Commit

Permalink
Merge pull request #448 from roots/fix-goreleaser-config
Browse files Browse the repository at this point in the history
Fix goreleaser config
  • Loading branch information
swalkinshaw authored Jul 15, 2024
2 parents 350ec72 + e6ecebf commit b603392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check release (dry-run)
run: |
goreleaser check
goreleaser release --snapshot --skip-publish --rm-dist
goreleaser release --snapshot --clean --skip publish
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_ACCESS_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: trellis
version: 2
before:
hooks:
- go mod download
Expand Down Expand Up @@ -39,7 +40,7 @@ brews:
repository:
owner: roots
name: homebrew-tap
folder: Formula
directory: Formula
homepage: https://roots.io/trellis
description: A CLI to manage Trellis projects
install: |
Expand Down

0 comments on commit b603392

Please sign in to comment.