Skip to content

Commit daf84df

Browse files
committed
added upload package task
1 parent bdf9287 commit daf84df

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,13 @@ jobs:
5151
context: .
5252
push: ${{ github.event_name != 'pull_request' }}
5353
tags: ${{ steps.meta.outputs.tags }}
54-
labels: ${{ steps.meta.outputs.labels }}
54+
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

Comments
 (0)