Prep package release workflow: Introduce Hello World (#33576)

This commit is contained in:
Paul Sealock 2022-06-23 14:04:43 +12:00 committed by GitHub
parent dcbae453f8
commit cb8b139e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
name: Prepare package release
on:
workflow_dispatch:
inputs:
packages:
description: 'Enter a specific package to release, or releases separated by commas, ie @woocommerce/components,@woocommerce/number. Leaving this input blank will prepare to release all eligible packages.'
required: false
default: '-a'
jobs:
prepare:
name: Run the prepare script
runs-on: ubuntu-20.04
steps:
- name: Run
run: echo "hello world"