Releasing 2.4.2 #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' }} | ||
with: | ||
node: 16 | ||
php: '8.2' | ||
github_token: ${{ secrets.GH_TOKEN }} | ||
Check failure on line 15 in .github/workflows/built-release.yml GitHub Actions / Built ReleaseInvalid workflow file
|
||
composer_install: true | ||
draft: false |