Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 12, 2022
1 parent a1a7763 commit f44455f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
if: ${{ inputs.createReleaseRCIfNotExists != false && steps.file-checker.outputs.has_releaserc_file == false }}
if: steps.file-checker.outputs.has_releaserc_file == false
with:
defaultBranch: ${{ inputs.mainBranch }}
files: ${{ inputs.files }}
Expand Down
2 changes: 1 addition & 1 deletion src/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
if: ${{ inputs.createReleaseRCIfNotExists != false && steps.file-checker.outputs.has_releaserc_file == false }}
if: steps.file-checker.outputs.has_releaserc_file == false
with:
defaultBranch: ${{ inputs.mainBranch }}
files: ${{ inputs.files }}
Expand Down

0 comments on commit f44455f

Please sign in to comment.