Skip to content

Commit

Permalink
CI/CD: minor improvements release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodielm committed May 6, 2021
1 parent 57fbfe1 commit e890591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
draft: ${{ contains(steps.package-version.outputs.version,'-') }}
automatic_release_tag: "v${{ steps.package-version.outputs.version }}"
title: "v${{ steps.package-version.outputs.version }}"
prerelease: false
Expand Down

0 comments on commit e890591

Please sign in to comment.