Skip to content

Commit 2966cf6

Browse files
committed
Update .goreleaser.yml to remove GitHub owner and name fields; modify release.yml to specify GoReleaser version as '~> v2'.
1 parent 5d851af commit 2966cf6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v5
2727
with:
2828
distribution: goreleaser
29-
version: latest
29+
version: '~> v2'
3030
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@ changelog:
4949
- '^test:'
5050

5151
release:
52-
github:
53-
owner: larkin
54-
name: gitlab-runner-tui
5552
draft: false
5653
prerelease: auto

0 commit comments

Comments
 (0)