Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorchernenko92 committed Mar 27, 2020
1 parent 609a03c commit ff3a981
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Deploy to WordPress.org
on:
push:
branches:
- master
tags:
- v1.*
[push, pull_request]
jobs:
tag:
name: New tag
Expand All @@ -13,6 +9,9 @@ jobs:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
- uses: MilesChou/composer-action@master
with:
args: install
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"require": {
"cmb2/cmb2": "2.7.0"
},
"autoload": {
"files": ["vendor/cmb2/cmb2/init.php"],
"humanmade/custom-meta-boxes": "dev-master"
},
"config": {
"vendor-dir": "vendor"
}
}

0 comments on commit ff3a981

Please sign in to comment.