Skip to content

5.1.5

5.1.5 #41

Workflow file for this run

name: Bundle release
on:
release:
types: [ published ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
bundle:
name: Add zip to release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [ 'latest' ]
php: [ '8.2' ]
steps:
- name: Bundle release
uses: infinum/eightshift-deploy-actions-public/.github/actions/bundle-release@main
with:
PROJECT_PATH: '.'
REPO_NAME: 'eightshift-forms'
WORDPRESS_GH_ACTIONS: ${{ secrets.WORDPRESS_GH_ACTIONS }}
PHP_VERSION: ${{ matrix.php }}