Skip to content

Commit

Permalink
feat: add release builder
Browse files Browse the repository at this point in the history
  • Loading branch information
owen2345 committed Dec 27, 2022
1 parent d453447 commit 9e10ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release-builder:
uses: owen2345/reusable-ci-cd-actions/.github/workflows/release_builder.yml@main
with:
commit_mode: false
commit_mode: true
create_release_pr: ${{ github.event.inputs && github.event.inputs.version_name || '' }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL || '' }}

0 comments on commit 9e10ee5

Please sign in to comment.