Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
garridinsi committed Jun 28, 2024
1 parent e2fb3bc commit 8cb79cc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/save-to-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Build release zip (save on Github)
on:
push:
tags:
- '*'
- 'v*'
pull_request:
tags:
- "v*"

jobs:
tag:
Expand All @@ -25,3 +28,11 @@ jobs:
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: WordPress Plugin Deploy
uses: nk-o/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SOURCE_DIR: dist/
SLUG: carbonbadge-block

0 comments on commit 8cb79cc

Please sign in to comment.