Skip to content

Commit b33b078

Browse files
committed
debug release job
1 parent 19292ee commit b33b078

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,14 @@ jobs:
7373
uses: actions/download-artifact@v4
7474
with:
7575
name: build
76-
path: forms-bridge/assets/plugin.bundle.js
76+
path: forms-bridge/assets
77+
78+
- name: Debug
79+
run: ls -l forms-bridge/assets
7780

7881
- name: Install dist archive
7982
run: wp package install wp-cli/dist-archive-command:@stable
8083

81-
- name: Debug
82-
run: |
83-
which wp
84-
wp help
85-
8684
- name: Replace textdomains
8785
run: |
8886
find forms-bridge/deps/plugin -name '*.php' -exec sed -i "s/wpct-plugin/forms-bridge/g" {} \;
@@ -114,7 +112,9 @@ jobs:
114112
uses: actions/download-artifact@v4
115113
with:
116114
name: plugin-archive
117-
path: ${{ env.ZIP }}
115+
116+
- name: Debug
117+
run: ls -l
118118

119119
- name: Create release
120120
env:

0 commit comments

Comments
 (0)