We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29e15 commit b3f9dd5Copy full SHA for b3f9dd5
.github/workflows/main.yml
@@ -48,8 +48,9 @@ jobs:
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
with:
51
- upload_url: ${{ steps.create_release.outputs.upload_url }}
52
- asset_path: ./MatchBot-1.0.0-SNAPSHOT.jar
53
- asset_name: MatchBot-1.0.0-SNAPSHOT.jar
54
- asset_content_type: application/java-archive
55
- tag: MatchBot-${{ github.sha }}
+ tag_name: MatchBot-${{ github.sha }}
+ release_name: Release MatchBot-${{ github.sha }}
+ draft: false
+ prerelease: false
+ files: ./MatchBot-1.0.0-SNAPSHOT.jar
56
+ make_latest: true
0 commit comments