Skip to content

Commit

Permalink
Revert "Limit release script to only draft releases"
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Apr 29, 2024
1 parent 344d004 commit f585925
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 @@ -254,7 +254,7 @@ jobs:
tag_name: env.LFS_VERSION,
name: env.LFS_VERSION | rtrimstr(".0"),
target_commitish: "${{github.event.workflow_run.head_sha}}",
draft: true,
draft: env.LFS_VERSION | endswith(".0"),
body: $release,
}' | tee /dev/stderr)"

0 comments on commit f585925

Please sign in to comment.