Skip to content

Commit

Permalink
chore: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Nov 25, 2024
1 parent 1f04376 commit 4f4ee25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release to WordPress.org

on:
release:
types: [ released ]

jobs:
build:
uses: impress-org/givewp-github-actions/.github/workflows/wp-org-release.yml@master
with:
wp_org_slug: give-cloudflare-turnstile
zip_name: give-cloudflare-turnstile
text_domain: give-cloudflare-turnstile
secrets:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLACK_ANNOUNCEMENT_WEBHOOK: ${{ secrets.SLACK_ANNOUNCEMENT_WEBHOOK }}

0 comments on commit 4f4ee25

Please sign in to comment.