Skip to content

Commit

Permalink
Enable releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arminc committed Jun 10, 2020
1 parent ac4f18a commit 40542ec
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
go-version: ^1.14
id: go

- name: Publish Release Notes
uses: release-drafter/[email protected]
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_REPO }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand All @@ -35,13 +42,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_REPO }}

# - name: Publish Release Notes
# uses: release-drafter/[email protected]
# with:
# publish: true
# version: ${{ github.event.release.tag_name }}
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN_REPO }}

- name: Clear Docker credentials
run: rm -f ${HOME}/.docker/config.json

0 comments on commit 40542ec

Please sign in to comment.