We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401a3a8 commit d888462Copy full SHA for d888462
.github/actions/release-plugin/action.yml
@@ -89,7 +89,7 @@ runs:
89
- id: generate-info-json
90
name: Fetch and update info.json for WPE release
91
run: |
92
- ./scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
+ ../scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
93
echo "info-json-path=$PWD/info.json" >> $GITHUB_ENV
94
shell: bash
95
.github/workflows/debug.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Fetch and update info.json for WPE release
21
22
23
24
25
- name: Output modified info.json
0 commit comments