Skip to content

Commit 34b3101

Browse files
committed
Undo changes in release.yml, fix deprecated github to tap
1 parent 67966cf commit 34b3101

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: Unshallow
1818
run: git fetch --prune --unshallow
1919

20-
- name: Set up Go (1.17)
20+
- name: Set up Go (1.15)
2121
uses: actions/setup-go@v1
2222
with:
23-
go-version: 1.17
23+
go-version: 1.15
2424

2525
- name: Run GoReleaser
26-
uses: goreleaser/goreleaser-action@v2
26+
uses: goreleaser/goreleaser-action@master
2727
with:
28-
version: v1.4.1
28+
version: latest
2929
args: release --rm-dist
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ release:
5151
draft: true
5252
brews:
5353
-
54-
github:
54+
tap:
5555
owner: beatlabs
5656
name: proton
5757
description: "cli protobuf to json converter"

0 commit comments

Comments
 (0)