Skip to content

Commit

Permalink
release workflows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sv-giampa committed Nov 10, 2023
1 parent ae90ecf commit 99bcc2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
tag_name: unstable-${{steps.versioning.outputs.version}}
release_name: Unstable-${{steps.versioning.outputs.version}}
body: |
draft: false
prerelease: true

1 change: 0 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
with:
tag_name: v${{steps.versioning.outputs.version}}
release_name: v${{steps.versioning.outputs.version}}
body: |
draft: false
prerelease: false

0 comments on commit 99bcc2d

Please sign in to comment.