Skip to content

Commit 4f4ee25

Browse files
author
Jon Waldstein
committed
chore: add release workflow
1 parent 1f04376 commit 4f4ee25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release to WordPress.org
2+
3+
on:
4+
release:
5+
types: [ released ]
6+
7+
jobs:
8+
build:
9+
uses: impress-org/givewp-github-actions/.github/workflows/wp-org-release.yml@master
10+
with:
11+
wp_org_slug: give-cloudflare-turnstile
12+
zip_name: give-cloudflare-turnstile
13+
text_domain: give-cloudflare-turnstile
14+
secrets:
15+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
16+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
17+
SLACK_ANNOUNCEMENT_WEBHOOK: ${{ secrets.SLACK_ANNOUNCEMENT_WEBHOOK }}

0 commit comments

Comments
 (0)