Skip to content

Commit 2b46f45

Browse files
authored
Update Actions to adapt v2 yml syntax (#224)
Update Actions to adapt v2 yml syntax
2 parents 68f4190 + 27c0453 commit 2b46f45

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

.github/main.workflow

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/create.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
tag:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v1
11+
- name: WordPress Plugin Deploy
12+
uses: rtCamp/action-wordpress-org-plugin-deploy@master
13+
env:
14+
EXCLUDE_LIST: .gitattributes .gitignore .travis.yml README.md deploy.sh readme.sh
15+
tests map.conf nginx.log wercker.yml vendor
16+
SLUG: nginx-helper
17+
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
18+
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}

0 commit comments

Comments
 (0)