We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d92f71 commit bc4fcffCopy full SHA for bc4fcff
1 file changed
.github/workflows/maven.yml
@@ -115,7 +115,7 @@ jobs:
115
uses: actions/upload-release-asset@v1
116
with:
117
upload_url: ${{ steps.create_release.outputs.upload_url }}
118
- asset_path: target/randomquotes.0.1.9.war
+ asset_path: target/randomquotes.${{ steps.determine_version.outputs.semVer }}.war
119
asset_name: randomquotes.0.1.9.war
120
asset_content_type: application/octet-stream
121
0 commit comments