diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9854a7..86b05b54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 78404840..7a537edc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ project_name: trellis +version: 2 before: hooks: - go mod download @@ -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: |