Skip to content

Commit

Permalink
fix: pass in custom command for readme generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 20, 2024
1 parent b5ae4ed commit 63bb314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@mdonnalley/support-mutli-readme
secrets:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
with:
Expand All @@ -24,3 +24,4 @@ jobs:
# However, if this is a manual release (workflow_dispatch), then we want to disable skip-on-empty
# This helps recover from forgetting to add semantic commits ('fix:', 'feat:', etc.)
skip-on-empty: ${{ github.event_name == 'push' }}
readme-command: 'bin/run.js readme --multi'

0 comments on commit 63bb314

Please sign in to comment.