Browse Source

fix gorelease migration pack

fix/packr-gorelease
Pantani 3 years ago
parent
commit
628c582ea7
2 changed files with 9 additions and 18 deletions
  1. +7
    -6
      .github/workflows/release.yml
  2. +2
    -12
      .goreleaser.yml

+ 7
- 6
.github/workflows/release.yml

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

+ 2
- 12
.goreleaser.yml

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

Loading…
Cancel
Save