Skip to content

Fixed version for debug script. #9

Fixed version for debug script.

Fixed version for debug script. #9

Workflow file for this run

name: Fetch, Modify, and Output info.json
on:
push:
branches:
- bug-fix-github-workflow-faustwp-issues
jobs:
fetch_modify_info_json:
name: Fetch, Modify, and Output info.json
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set version manually
run: echo "VERSION=1.8.1" >> $GITHUB_ENV
- name: Fetch and update info.json for WPE release
run: |
bash .github/scripts/add-wpe-version-info-file.sh ${{ env.VERSION }}
shell: bash
- name: Output modified info.json
run: |
echo "Modified info.json content:"
cat info.json