Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Dec 19, 2024
1 parent d46ccab commit ed733df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: 'Replace composer.json with composer.json.default'
working-directory: ${{ env.PROJECT_DIRECTORY }}
run: '[ -f composer.json.default ] || rm composer.json && mv composer.json.default composer.json'
continue-on-error: true

- name: 'Install specific Craft version'
working-directory: ${{ env.PROJECT_DIRECTORY }}
Expand Down

0 comments on commit ed733df

Please sign in to comment.