File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
67
68
68
- name : Update release
69
- uses : ncipollo/release-action@v1.15 .0
69
+ uses : ncipollo/release-action@v1.16 .0
70
70
with :
71
71
token : ${{ secrets.GITHUB_TOKEN }}
72
72
body : ${{ steps.build_changelog.outputs.changelog }}
@@ -143,7 +143,7 @@ jobs:
143
143
run : mv ${{ github.workspace }}/target/kafkagen-${{ steps.build_native_linux_macos.outputs.current_version }}-native-image-source-jar/kafkagen-${{ steps.build_native_linux_macos.outputs.current_version }}-runner ${{ github.workspace }}/target/kafkagen-${{ steps.build_native_linux_macos.outputs.current_version }}-native-image-source-jar/kafkagen-${{ steps.build_native_linux_macos.outputs.current_version }}-${{ matrix.platform }}
144
144
145
145
- name : Update release
146
- uses : ncipollo/release-action@v1.15 .0
146
+ uses : ncipollo/release-action@v1.16 .0
147
147
with :
148
148
token : ${{ secrets.GITHUB_TOKEN }}
149
149
body : ${{ steps.build_changelog.outputs.changelog }}
@@ -195,7 +195,7 @@ jobs:
195
195
run : Rename-Item -Path ${{ github.workspace }}/target/kafkagen-${{ steps.build_native_windows.outputs.current_version }}-native-image-source-jar/kafkagen-${{ steps.build_native_windows.outputs.current_version }}.exe -NewName kafkagen-${{ steps.build_native_windows.outputs.current_version }}-windows-amd64.exe
196
196
197
197
- name : Update release
198
- uses : ncipollo/release-action@v1.15 .0
198
+ uses : ncipollo/release-action@v1.16 .0
199
199
with :
200
200
token : ${{ secrets.GITHUB_TOKEN }}
201
201
body : ${{ steps.build_changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments