File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- " *"
6
- workflow_dispatch :
7
-
8
6
jobs :
9
7
tag :
10
- name : New release
8
+ name : New tag
11
9
runs-on : ubuntu-latest
12
10
steps :
13
- - name : Install Subversion
14
- run : sudo apt-get update && sudo apt-get install -y subversion rsync git zip
15
-
16
11
- name : Checkout code
17
- uses : actions/checkout@v3
18
- with :
19
- fetch-depth : 0
20
- ref : ${{ github.ref }}
21
-
22
- # Step to fix the "dubious ownership" issue
23
- - name : Set safe directory for Git
24
- run : git config --global --add safe.directory /github/workspace
12
+ uses : actions/checkout@v4
25
13
26
14
- name : WordPress Plugin Deploy
27
- uses : 10up/action-wordpress-plugin-deploy@master
15
+ uses : 10up/action-wordpress-plugin-deploy@stable
28
16
env :
29
17
SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
30
18
SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
31
19
SLUG : tour-operator
32
- TAG : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments