mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Fix GoReleaser CI versions
This commit is contained in:
parent
b2c1c39cb0
commit
58bb2ae4cf
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
version: ~4.2.0
|
version: ~1.16.1
|
||||||
args: --snapshot --skip-publish --rm-dist
|
args: --snapshot --skip-publish --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user