diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..0479232 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 10ffa90..b7b164b 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -9,24 +9,22 @@ on: - master jobs: - goreleaser: - runs-on: ubuntu-latest + build_release: + name: Build & Release + runs-on: macos-latest steps: - - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.14 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 - with: - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - name: Check out code + uses: actions/checkout@master + with: + fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v1 + with: + go-version: 1.14 + - name: goreleaser with tag + uses: goreleaser/goreleaser-action@v1 + env: + GITHUB_TOKEN: ${{ secrets.GR_TOKEN }} + with: + version: latest + args: release --rm-dist --skip-validate diff --git a/.goreleaser.yml b/.goreleaser.yml index 868dc4d..7524014 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,14 +36,14 @@ archives: format: zip brews: - - tap: + github: owner: nitishm name: homebrew-engarde - homepage: https://github.com/nitishm/engarde + homepage: https://github.com/kushthedude/engarde commit_author: - name: Nitish Malhotra - email: nitish.malhotra@gmail.com + name: nitishm + email: nitish.malhotra@gmail.com folder: Formula @@ -56,10 +56,6 @@ snapshot: name_template: "{{ .Tag }}-next" changelog: sort: asc - filters: - exclude: - - '^docs:' - - '^test:' release: name_template: "Engarde {{.Tag}}" @@ -67,7 +63,7 @@ release: scoop: bucket: owner: nitishm - name: scoop-bucket + name: scoop-bucket-engarde commit_author: name: Nitish Malhotra