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.
2 parents 94df2dd + 8ce0ff8 commit 18a882dCopy full SHA for 18a882d
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
name: Deploy WordPress plugin
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - "[0-9]+.[0-9]+.[0-9]+"
6
7
jobs:
8
build:
@@ -15,8 +15,8 @@ jobs:
15
uses: actions/checkout@v3
16
# 4. Use action with environment variable set by secrets
17
- name: Deploy
18
- uses: yukihiko-shinoda/action-deploy-wordpress-plugin@v2
+ uses: yukihiko-shinoda/action-deploy-wordpress-plugin@v2.1.1
19
env:
20
SVN_REPOSITORY_URL: ${{ secrets.SVN_REPO_URL }}
21
SVN_USER_NAME: ${{ secrets.SVN_USERNAME }}
22
- SVN_USER_PASSWORD: ${{ secrets.SVN_PASSWORD }}
+ SVN_USER_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments