Skip to content

Modifying the deployignore to include composer.json, bumping to 2.4.3… #5

Modifying the deployignore to include composer.json, bumping to 2.4.3…

Modifying the deployignore to include composer.json, bumping to 2.4.3… #5

Workflow file for this run

name: Built Release
on:
push:
branches:
- develop
jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
if: ${{ github.repository != 'alleyinteractive/create-wordpress-plugin' }}
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
node: 16
php: '8.2'
composer_install: true
draft: false