We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2512e commit e87a02aCopy full SHA for e87a02a
.github/workflows/deploy.yml
@@ -0,0 +1,17 @@
1
+name: Deploy to WordPress.org
2
+on:
3
+ push:
4
+ tags:
5
+ - "*"
6
+jobs:
7
+ tag:
8
+ name: WordPress.org Release
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@master
12
+ - name: WordPress Plugin Deploy
13
+ uses: 10up/action-wordpress-plugin-deploy@stable
14
+ env:
15
+ SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16
+ SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
17
+ SLUG: woocommerce-delivery-notes # optional, remove if GitHub repo name matches SVN slug, including capitalization
0 commit comments