diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..2f52d2b --- /dev/null +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/sprout-invoices-paystack-payments.php b/sprout-invoices-paystack-payments.php index 843a7f4..ebca817 100755 --- a/sprout-invoices-paystack-payments.php +++ b/sprout-invoices-paystack-payments.php @@ -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 */