|
@@ -39,7 +39,7 @@ jobs:
|
|
echo ::set-output name=version::${VERSION}
|
|
echo ::set-output name=version::${VERSION}
|
|
|
|
|
|
- name: Upload files to a GitHub release
|
|
- name: Upload files to a GitHub release
|
|
- uses: svenstaro/upload-release-action@2.2.1
|
|
|
|
|
|
+ uses: svenstaro/upload-release-action@2.3.0
|
|
with:
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: kafka-ui-api/target/kafka-ui-api-${{ steps.build.outputs.version }}.jar
|
|
file: kafka-ui-api/target/kafka-ui-api-${{ steps.build.outputs.version }}.jar
|