We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee46b4 commit 4e7da28Copy full SHA for 4e7da28
1 file changed
.github/workflows/maven.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
upload_url: ${{ steps.create_release.outputs.upload_url }}
54
asset_path: target/app.jar
55
- asset_name: app.jar
+ asset_name: app.0.1.${{ github.run_number }}.jar
56
asset_content_type: application/zip
57
58
- name: Login to DockerHub
0 commit comments