Skip to content

Commit a40c23c

Browse files
committed
fix(build): avoid to publish draft releases for components repo
1 parent 6ab888b commit a40c23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ jobs:
723723
makeLatest: ${{ env.MAKE_LATEST }}
724724
repo: ${{ env.REPO_NAME }}
725725
token: ${{ steps.generate-rekku-token.outputs.token }}
726+
draft: false
726727

727728
- name: Update latest-cooker tag
728729
if: github.ref != 'refs/heads/main'

0 commit comments

Comments
 (0)