Skip to content

Commit

Permalink
Fix release order (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 22, 2021
1 parent 40f20b8 commit 5f88afb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Publish Release Notes
uses: release-drafter/release-drafter@v5
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -127,12 +133,6 @@ jobs:
build-args: |
VERSION=${{ steps.get_version.outputs.GIT_TAG }}
GIT_COMMIT=${{ github.sha }}
- name: Publish Release Notes
uses: release-drafter/release-drafter@v5
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
notify:
name: Notify
Expand Down

0 comments on commit 5f88afb

Please sign in to comment.