Skip to content

Commit d12cafa

Browse files
authored
Update deploy-s3-store.yml
1 parent 0ac4bba commit d12cafa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- "*"
77
jobs:
88
deploy:
99
name: Deploy to server
@@ -24,7 +24,6 @@ jobs:
2424
uses: Codeinwp/[email protected]
2525
env:
2626
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27-
VERSION: "1.0.9"
2827
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
2928
- name: Upload Latest Version to S3
3029
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)