Remove placeholder comments
This commit is contained in:
parent
59ec472f66
commit
9e6f1f699a
1 changed files with 0 additions and 5 deletions
|
@ -1,18 +1,13 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
|
||||||
name: Deploy to WordPress.org
|
name: Deploy to WordPress.org
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
|
||||||
tag:
|
tag:
|
||||||
name: New release
|
name: New release
|
||||||
# The type of runner that the job will run on
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Reference in a new issue