Skip to content

Commit

Permalink
feat: auto-publish release in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
braem committed Aug 21, 2021
1 parent 14ccf27 commit a8ac4ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
asset_path: ./apk.zip
asset_name: apk.zip
asset_content_type: application/zip

- name: Publish Release
uses: eregon/publish-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.id }}

0 comments on commit a8ac4ae

Please sign in to comment.