Skip to content

Commit

Permalink
fix: test oclif readme skip
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Oct 17, 2023
1 parent c39d614 commit 3a354a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ on:

jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@ew/oclif-readme-check
secrets: inherit
with:
prerelease: ${{ inputs.prerelease }}
generate-readme: false
# If this is a push event, we want to skip the release if there are no semantic commits
# 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.)
Expand Down

0 comments on commit 3a354a6

Please sign in to comment.