Skip to content

Added minor fixes for non wpe release. Added test script to output th… #2

Added minor fixes for non wpe release. Added test script to output th…

Added minor fixes for non wpe release. Added test script to output th… #2

Workflow file for this run

name: Debug GitHub Actions Environment
on:
push:
branches:
- chore-minor-fixes-for-faustwp-non-wpe-release
jobs:
release_packages:
name: Release Packages
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure full Git history
- name: Set Plugin Version (Fallback)
run: echo "PLUGIN_VERSION=1.0.0-test" >> $GITHUB_ENV
- name: Deploy WordPress Plugin
uses: ./.github/actions/debug
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
PLUGIN_DIR: plugins/faustwp
SLUG: faustwp
VERSION: ${{ env.PLUGIN_VERSION }}