Skip to content

Commit 680aa42

Browse files
committed
ci(github): update goreleaser action and remove config
- Update goreleaser-action to use config file- Remove .goreleaser.yml from the repository
1 parent 37407f2 commit 680aa42

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
uses: goreleaser/goreleaser-action@v4
4949
with:
5050
version: latest
51-
args: release --clean
51+
args: release --clean --config=.goreleaser.yaml
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)