Skip to content

Commit 5336b21

Browse files
authored
Sync branch [skip ci]
2 parents 1be29db + 5503a30 commit 5336b21

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy-s3-store.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "*"
77
jobs:
88
deploy:
99
name: Deploy to server
@@ -24,8 +24,7 @@ jobs:
2424
- name: WordPress Theme Deploy
2525
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
2626
env:
27-
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
28-
VERSION: "1.1.8"
27+
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
2928
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
3029
- name: Upload Latest Version to S3
3130
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)