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 bdf9287 commit daf84dfCopy full SHA for daf84df
1 file changed
.github/workflows/release.yml
@@ -51,4 +51,13 @@ jobs:
51
context: .
52
push: ${{ github.event_name != 'pull_request' }}
53
tags: ${{ steps.meta.outputs.tags }}
54
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
55
+ - name: Release
56
+ uses: softprops/action-gh-release@v2
57
+ if: github.ref_type == 'tag'
58
+ with:
59
+ make_latest: true
60
+ fail_on_unmatched_files: true
61
+ files: |
62
+ staging/*.jar
63
+ LICENSE
0 commit comments