Skip to content

Commit

Permalink
Attempt to make packr run
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Jul 2, 2020
1 parent 6af168d commit c51404d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master' || 'refs/heads/dev'
env:
GOROOT: /usr/local/go
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -53,7 +55,7 @@ jobs:

- run: curl -sLO https://git.io/goreleaser && chmod +x goreleaser
- run: go get github.com/gobuffalo/packr/v2/packr2@v2.7.1
- run: GOROOT=. ./goreleaser --rm-dist --snapshot
- run: ./goreleaser --rm-dist --snapshot

- name: Release Production Docker Image
if: github.ref == 'refs/heads/feature/git-actions'
Expand Down

0 comments on commit c51404d

Please sign in to comment.