Skip to content

Commit

Permalink
Don't create stable pr as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Dec 22, 2024
1 parent 870980c commit f8184da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-stable-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
repo,
head: 'beta',
base: 'stable',
draft: true,
draft: false,
title: `${{ steps.get_commits.outputs.buildVersion }}`,
body: `${{ steps.get_commits.outputs.description }}`,
});
Expand Down

0 comments on commit f8184da

Please sign in to comment.