Skip to content

Commit

Permalink
directory publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Jul 15, 2024
1 parent fee791e commit 6310bac
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.wordpress-org
/.git
/.github
/node_modules
.distignore
.gitignore
README.md
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ci
on:
push:
tags:
- "*"
jobs:
deploy:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WordPress Plugin Publish
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SOURCE_DIR: ./
SLUG: altcha-spam-protection
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 6310bac

Please sign in to comment.