fix gorelease migration pack

This commit is contained in:
Pantani
2021-03-28 21:03:14 -03:00
parent 6c1c157bc3
commit 628c582ea7
2 changed files with 9 additions and 18 deletions

View File

@@ -9,18 +9,19 @@ jobs:
goreleaser: goreleaser:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- - name: Checkout
name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- - name: Set up Go
name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.16 go-version: 1.16
- - name: Get packr
name: Run GoReleaser run: go get -u github.com/gobuffalo/packr
- name: Prepare
run: git reset --hard
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:
version: latest version: latest

View File

@@ -9,18 +9,8 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
- windows goarch:
hooks: - amd64
pre: make migration-pack
post: make migration-clean
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'