Skip to content

Commit

Permalink
fix: Remove alternative path for script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiller08 committed Jan 12, 2022
1 parent c362cac commit 7c5e22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
shell: bash
- run: ${{ github.action_path }}/update_cdk_version_in_projen.sh ${{ inputs.major-version }} || echo "Cant find upgrade script where expected. Will locate" && find /__w/ -type f -name 'update_cdk_version_in_projen.sh' -exec '{}' ${{ inputs.major-version }} \; && exit 1
- run: ${{ github.action_path }}/update_cdk_version_in_projen.sh ${{ inputs.major-version }}
shell: bash
- name: Build
id: build
Expand Down

0 comments on commit 7c5e22c

Please sign in to comment.