Skip to content

Commit

Permalink
Update release-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tychobrailleur authored Dec 3, 2023
1 parent 858bae8 commit 3962031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tag_name: ${{ steps.read_version_properties.outputs.tag }}
body_path: docs/md/release_notes.md
target_commitish: ${{ github.sha }}
draft: false
draft: ${{ null }}
prerelease: true
- name: If not dev-release delete previous short version tag
if: ${{ steps.read_version_properties.outputs.tag != 'dev'}}
Expand Down

0 comments on commit 3962031

Please sign in to comment.