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 6588c6a commit 801e1cdCopy full SHA for 801e1cd
1 file changed
.github/workflows/deploy.yml
@@ -16,17 +16,8 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
19
- - name: Prepare files for deployment
20
- run: |
21
- cp -r plugin/* .
22
- rm -rf plugin
23
-
24
- - name: Deploy plugin folder
+ - name: Deploy plugin to WordPress.org
25
uses: 10up/action-wordpress-plugin-deploy@stable
26
- with:
27
- plugin_slug: sam-scroll-master
28
- build_dir: .
29
- generate-zip: true
30
env:
31
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
32
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments