Skip to content

Commit fbb3b4c

Browse files
Bump ncipollo/release-action from 1.15.0 to 1.16.0 (#11)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd6876a commit fbb3b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: Update release
69-
uses: ncipollo/release-action@v1.15.0
69+
uses: ncipollo/release-action@v1.16.0
7070
with:
7171
token: ${{ secrets.GITHUB_TOKEN }}
7272
body: ${{ steps.build_changelog.outputs.changelog }}
@@ -143,7 +143,7 @@ jobs:
143143
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 }}
144144

145145
- name: Update release
146-
uses: ncipollo/release-action@v1.15.0
146+
uses: ncipollo/release-action@v1.16.0
147147
with:
148148
token: ${{ secrets.GITHUB_TOKEN }}
149149
body: ${{ steps.build_changelog.outputs.changelog }}
@@ -195,7 +195,7 @@ jobs:
195195
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
196196

197197
- name: Update release
198-
uses: ncipollo/release-action@v1.15.0
198+
uses: ncipollo/release-action@v1.16.0
199199
with:
200200
token: ${{ secrets.GITHUB_TOKEN }}
201201
body: ${{ steps.build_changelog.outputs.changelog }}

0 commit comments

Comments
 (0)