Skip to content

Commit

Permalink
ci(publish): create release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Jun 30, 2024
1 parent 4398de4 commit 9f8a01f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
- name: Create release
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
./libmpv/build/outputs/aar/libmpv-release.aar

0 comments on commit 9f8a01f

Please sign in to comment.