Skip to content

Commit

Permalink
Fix reset directories
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
  • Loading branch information
cam72cam committed Nov 22, 2023
1 parent 687c4bf commit 407c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regen-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sudo apt install -y findutils

- name: Clear existing providers
run: find ../providers/ ../modules | grep 'json$' | xargs -I foo bash -c "echo '{}' > foo"
run: find ./providers/ ./modules | grep 'json$' | xargs -I foo bash -c "echo '{}' > foo"

- name: Run version bump script
working-directory: ./src
Expand Down

0 comments on commit 407c93c

Please sign in to comment.