Skip to content

Commit

Permalink
clearer name
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Nov 27, 2023
1 parent 9122177 commit a2b167e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
restore-keys: |
zig-
- run: |
- name: Prepare to publish
run: |
rm yarn.lock
git grep -Ilz '@solarwinds-apm/' | xargs -0 sed -ie 's:@solarwinds-apm/:@${{ github.repository_owner }}/solarwinds-apm-:g'
git grep -Ilz -G 'solarwinds-apm[^-]' | xargs -0 sed -rie 's:solarwinds-apm([^-]):@${{ github.repository_owner }}/solarwinds-apm\1:g'
Expand Down

0 comments on commit a2b167e

Please sign in to comment.