From f4774a337214b245d559eae14038156d84c9d16e Mon Sep 17 00:00:00 2001 From: Priyo Mukul Date: Tue, 1 Jun 2021 15:39:28 +0600 Subject: [PATCH] Deploy Final --- .github/workflows/deploy.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7060c9c..1d2ab7d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,6 @@ on: push: tags: - "*" - branches: [ latest ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" @@ -26,9 +25,9 @@ jobs: run: | npm install --silent npm run build - # - name: WordPress Plugin Deploy - # id: deploy - # uses: 10up/action-wordpress-plugin-deploy@stable - # env: - # SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - # SVN_USERNAME: ${{ secrets.SVN_USERNAME }} \ No newline at end of file + - name: WordPress Plugin Deploy + id: deploy + uses: 10up/action-wordpress-plugin-deploy@stable + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} \ No newline at end of file