We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651ff9 commit 3a6df94Copy full SHA for 3a6df94
.github/workflows/goreleaser-test.yml
@@ -4,10 +4,10 @@ on:
4
branches:
5
- main
6
paths:
7
- - ci/.goreleaser.yml
+ - .goreleaser.yml
8
pull_request:
9
10
11
jobs:
12
test-goreleaser:
13
runs-on: ubuntu-latest
@@ -16,4 +16,4 @@ jobs:
16
17
- uses: docker://goreleaser/goreleaser
18
with:
19
- args: release --snapshot -f ci/.goreleaser.yml
+ args: release --snapshot -f .goreleaser.yml
.github/workflows/goreleaser.yml
@@ -20,4 +20,4 @@ jobs:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
22
entrypoint: bash
23
- args: -c "goreleaser release -f ci/.goreleaser.yml"
+ args: -c "goreleaser release -f .goreleaser.yml"
0 commit comments