We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68f4190 + 27c0453 commit 2b46f45Copy full SHA for 2b46f45
.github/main.workflow
.github/workflows/create.yml
@@ -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