chore(package): update goreleaser/goreleaser-action action to v7 #2
1 changed files with 1 additions and 1 deletions
chore(package): update goreleaser/goreleaser-action action to v7
commit
62c6f382a8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
|
|
||||||
# run goreleaser
|
# run goreleaser
|
||||||
- name: "run goreleaser"
|
- name: "run goreleaser"
|
||||||
uses: "goreleaser/goreleaser-action@v6"
|
uses: "goreleaser/goreleaser-action@v7"
|
||||||
with:
|
with:
|
||||||
version: "v2.8.2"
|
version: "v2.8.2"
|
||||||
args: "release --clean --config ./.github/.goreleaser.yaml"
|
args: "release --clean --config ./.github/.goreleaser.yaml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue