Skip to content

Commit 3a6df94

Browse files
committed
github/workflows: fix goreleaser
1 parent 6651ff9 commit 3a6df94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/goreleaser-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
branches:
55
- main
66
paths:
7-
- ci/.goreleaser.yml
7+
- .goreleaser.yml
88
pull_request:
99
paths:
10-
- ci/.goreleaser.yml
10+
- .goreleaser.yml
1111
jobs:
1212
test-goreleaser:
1313
runs-on: ubuntu-latest
@@ -16,4 +16,4 @@ jobs:
1616

1717
- uses: docker://goreleaser/goreleaser
1818
with:
19-
args: release --snapshot -f ci/.goreleaser.yml
19+
args: release --snapshot -f .goreleaser.yml

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
2222
entrypoint: bash
23-
args: -c "goreleaser release -f ci/.goreleaser.yml"
23+
args: -c "goreleaser release -f .goreleaser.yml"

0 commit comments

Comments
 (0)