|
@@ -34,7 +34,7 @@ jobs:
|
|
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
|
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Upload files to a GitHub release
|
|
- name: Upload files to a GitHub release
|
|
- uses: svenstaro/upload-release-action@2.5.0
|
|
|
|
|
|
+ uses: svenstaro/upload-release-action@2.6.1
|
|
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
|