Skip to content

Commit

Permalink
Generate a draft release
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Nov 6, 2021
1 parent be70685 commit e999edd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Get the version
- name: Get version
id: version
shell: bash
run: |
Expand Down Expand Up @@ -130,5 +130,6 @@ jobs:
- name: Publish new release
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.version.outputs.version }}
name: "Release ${{ steps.version.outputs.version }}"
files: "${{ env.ARTIFACT_NAME }}/*"
draft: true

0 comments on commit e999edd

Please sign in to comment.