File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106
106
with :
107
107
username : ${{ secrets.DOCKER_USERNAME }}
108
108
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 }}
109
115
- name : Run GoReleaser
110
116
uses : goreleaser/goreleaser-action@v2
111
117
with :
@@ -127,12 +133,6 @@ jobs:
127
133
build-args : |
128
134
VERSION=${{ steps.get_version.outputs.GIT_TAG }}
129
135
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 }}
136
136
137
137
notify :
138
138
name : Notify
You can’t perform that action at this time.
0 commit comments