Skip to content

Commit

Permalink
fix: update GoReleaser to fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jun 16, 2020
1 parent 7d9d40d commit a7627c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cd.yml
Expand Up @@ -10,11 +10,12 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
-
name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Install Go
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.14'
Expand All @@ -23,7 +24,8 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Release
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Go
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.14'
Expand Down

0 comments on commit a7627c5

Please sign in to comment.