Skip to content

Commit

Permalink
ci: fix bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Oct 17, 2023
1 parent 3fd7cc3 commit 5105758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Sync code changes to tag
if: ${{inputs.push-tag}}
run: |
rm -rf wp/inseri-core/tags/${ VERSION }/*
mkdir -p wp/inseri-core/tags/${ VERSION }
cp -a zip-content/* wp/inseri-core/tags/${ VERSION }
ls -lA wp/inseri-core/tags/${ VERSION }
rm -rf wp/inseri-core/tags/${VERSION}/*
mkdir -p wp/inseri-core/tags/${VERSION}
cp -a zip-content/* wp/inseri-core/tags/${VERSION}
ls -lA wp/inseri-core/tags/${VERSION}
- name: Sync code changes to trunk
if: ${{inputs.push-trunk}}
Expand Down

0 comments on commit 5105758

Please sign in to comment.