Skip to content

Commit f31cb75

Browse files
committed
Fixed version for debug script.
1 parent f1e965c commit f31cb75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515

16-
- name: Fetch info.json
17-
run: |
18-
curl -sSL "https://wpe-plugin-updates.wpengine.com/faustwp/info.json" -o info.json
16+
- name: Set version manually
17+
run: echo "VERSION=1.8.1" >> $GITHUB_ENV
1918

2019
- name: Fetch and update info.json for WPE release
2120
run: |

0 commit comments

Comments
 (0)