Package release workflow: Hello World (#33881)

This commit is contained in:
Paul Sealock 2022-07-14 16:58:47 +12:00 committed by GitHub
parent 5157bcf934
commit 893b4988f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/package-release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: 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 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"