Skip to content

Commit

Permalink
Merge pull request #11 from PaystackOSS/patch/v2.1.2
Browse files Browse the repository at this point in the history
Create workflows
  • Loading branch information
gertrude-paystack authored Oct 5, 2023
2 parents d1d1834 + 6474938 commit 74861b9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Deploy to WordPress.org
on:
release:
types: [published]
jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: paystack-sprout-invoices
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion sprout-invoices-paystack-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://paystack.com/
Description: Accept Payments with Paystack for Sprout Invoices.
Author: Paystack
Version: 2.1
Version: 2.1.2
Author URI: https://paystack.com
*/

Expand Down

0 comments on commit 74861b9

Please sign in to comment.