mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 04:56: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
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
version: ~4.2.0
|
||||
version: ~1.16.1
|
||||
args: --snapshot --skip-publish --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user