Skip to content

Commit

Permalink
Undo changes in release.yml, fix deprecated github to tap
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklijn committed Feb 4, 2022
1 parent 67966cf commit 34b3101
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go (1.17)
- name: Set up Go (1.15)
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.15

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@master
with:
version: v1.4.1
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ release:
draft: true
brews:
-
github:
tap:
owner: beatlabs
name: proton
description: "cli protobuf to json converter"
Expand Down

0 comments on commit 34b3101

Please sign in to comment.