Skip to content

Commit e1beefb

Browse files
authored
fix: add correct version of goreleaser (#14)
1 parent e27854d commit e1beefb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
tags:
66
- 'v*'
77

8-
env:
9-
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
11-
128
jobs:
139
release:
1410
runs-on: ubuntu-latest
@@ -27,7 +23,7 @@ jobs:
2723
- name: Run GoReleaser
2824
uses: goreleaser/goreleaser-action@v1
2925
with:
30-
version: 2.9.1
26+
version: 1.6.1
3127
args: release --rm-dist
3228
env:
3329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)