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:
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
You can’t perform that action at this time.
0 commit comments