1
0
mirror of https://github.com/packwiz/packwiz.git synced 2025-05-01 02:06:30 +02:00

Use semver for the goreleaser version

This commit is contained in:
comp500 2022-04-20 02:27:50 +01:00
parent f008ecec0f
commit 9faf42c0a8

@ -19,7 +19,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: ~1.8.2
args: --snapshot --skip-publish --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}