Skip to content

Commit

Permalink
Create draft Github release on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopatkin committed Jan 13, 2022
1 parent 9f9cfd3 commit 35dbdb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
LOGVIEW_SNAPSHOT_BUILD: false
- name: Publish artifacts
uses: ./.github/actions/publish-gradle-outputs
- name: Publish Github release
uses: marvinpinto/action-automatic-releases@v1.2.1
if: ${{ success() }}
with:
files: build/distributions/*
draft: true
prerelease: false
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35dbdb0

Please sign in to comment.