Skip to content

Commit

Permalink
Updated Github Actions File.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Apr 9, 2020
1 parent ac65673 commit f231aa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
name: New Release
name: On Release

on:
push:
tags:
- "*"

jobs:
build:
WordPress_Publisher:
runs-on: ubuntu-latest
steps:
- name: Checking Out Plugin Data
- name: Fetching Repository
uses: actions/checkout@v1
- name: Installing Composer
uses: pxgamer/composer-action@master
with:
command: install --no-dev
- name: WordPress Plugin Deploy
- name: Publishing Release To WordPress
uses: varunsridharan/action-wp-org-deploy@master
with:
WORDPRESS_PASSWORD: ${{ secrets.WP_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.WP_USERNAME }}
SLUG: ${{ secrets.WP_SLUG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: PHP ApiGen
name: On Push

on:
push:
branches:
- master

jobs:
apigen:
PHP_Docs_ApiGen:
runs-on: ubuntu-latest
steps:
- name: Checking Out Repo Data
- name: Fetching Repository
uses: actions/checkout@v1
- name: PHP Docs Generator
- name: Generating PHP Documentation
uses: varunsridharan/action-apigen@1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f231aa9

Please sign in to comment.