Skip to content

Commit 9f8a01f

Browse files
ci(publish): create release
1 parent 4398de4 commit 9f8a01f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
4545
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4646
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
47+
- name: Create release
48+
uses: softprops/action-gh-release@v2
49+
with:
50+
draft: true
51+
files: |
52+
./libmpv/build/outputs/aar/libmpv-release.aar

0 commit comments

Comments
 (0)