Skip to content

Commit 8e63453

Browse files
auto deply to WP.org
1 parent decaf67 commit 8e63453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy WordPress plugin
22
on:
33
push:
44
branches:
5-
- master
5+
- feat/github-actions-deploy
66

77
jobs:
88
build:
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
# 4. Use action with environment variable set by secrets
1717
- name: Deploy
18-
uses: yukihiko-shinoda/action-deploy-wordpress-plugin@v2
18+
uses: yukihiko-shinoda/action-deploy-wordpress-plugin@stable
1919
env:
2020
SVN_REPOSITORY_URL: ${{ secrets.SVN_REPO_URL }}
2121
SVN_USER_NAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)