Skip to content

Commit 5f88afb

Browse files
authored
Fix release order (#170)
1 parent 40f20b8 commit 5f88afb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ jobs:
106106
with:
107107
username: ${{ secrets.DOCKER_USERNAME }}
108108
password: ${{ secrets.DOCKER_PASSWORD }}
109+
- name: Publish Release Notes
110+
uses: release-drafter/release-drafter@v5
111+
with:
112+
publish: true
113+
env:
114+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109115
- name: Run GoReleaser
110116
uses: goreleaser/goreleaser-action@v2
111117
with:
@@ -127,12 +133,6 @@ jobs:
127133
build-args: |
128134
VERSION=${{ steps.get_version.outputs.GIT_TAG }}
129135
GIT_COMMIT=${{ github.sha }}
130-
- name: Publish Release Notes
131-
uses: release-drafter/release-drafter@v5
132-
with:
133-
publish: true
134-
env:
135-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
137137
notify:
138138
name: Notify

0 commit comments

Comments
 (0)