Skip to content

Commit

Permalink
finalize deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed May 11, 2021
1 parent a369a80 commit 040228f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/deploy-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy to WordPress.org
# on:
# push:
# tags:
# - "*"
on: workflow_dispatch
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
Expand Down Expand Up @@ -33,5 +32,9 @@ jobs:
- name: remove sdk plugin headers
run: sed --in-place '2,9d' extendify-templates-sdk/extendify-sdk.php

- name: testing
run: cat extendify-templates-sdk/extendify-sdk.php
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: forms-gutenberg

0 comments on commit 040228f

Please sign in to comment.