fix(release): gorelease config file location
This commit is contained in:
parent
dd363ecde2
commit
70b3b11fc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -29,6 +29,6 @@ jobs:
|
||||||
uses: "goreleaser/goreleaser-action@v5"
|
uses: "goreleaser/goreleaser-action@v5"
|
||||||
with:
|
with:
|
||||||
version: "v2.8.2"
|
version: "v2.8.2"
|
||||||
args: "release --clean --config ./.gitlab/.goreleaser.yaml"
|
args: "release --clean --config ./.github/.goreleaser.yaml"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: '${{ secrets.GORELEASER_GITHUB_TOKEN }}'
|
GITHUB_TOKEN: '${{ secrets.GORELEASER_GITHUB_TOKEN }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue