Skip to content

Commit

Permalink
ci: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Sep 14, 2023
1 parent 4fbe8f9 commit 7304475
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
fetch-depth: 0

- name: Get javascore files that have changed
working-directory: contracts/javascore
id: changed-files-javascore
uses: tj-actions/changed-files@v39
with:
files_yaml: |
ibc:
- 'ibc/**'
- 'contracts/javascore/ibc/**'
lightclients:
- lightclients/**
- contracts/javascore/lightclients/**
xcall-connection:
- xcall-connection/**
- contracts/javascore/xcall-connection/**
- name: Run step if test file(s) change
if: steps.changed-files-javascore.outputs.ibc_any_changed == 'true'
Expand Down

0 comments on commit 7304475

Please sign in to comment.