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 ce73a85 commit 0164600
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 @@ -26,7 +26,7 @@ runs:
- name: Check if .releaserc.json exists
id: file-checker
shell: bash
run: echo "::set-output name=has_releaserc_file::$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)
run: echo '::set-output name=has_releaserc_file::$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)'

- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
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 @@ -26,7 +26,7 @@ runs:
- name: Check if .releaserc.json exists
id: file-checker
shell: bash
run: echo "::set-output name=has_releaserc_file::$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)
run: echo '::set-output name=has_releaserc_file::$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)'

- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
Expand Down

0 comments on commit 0164600

Please sign in to comment.