We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e31d80 + d12cafa commit e3c075fCopy full SHA for e3c075f
1 file changed
.github/workflows/deploy-s3-store.yml
@@ -2,8 +2,8 @@ name: Deploy
2
3
on:
4
push:
5
- branches:
6
- - master
+ tags:
+ - "*"
7
jobs:
8
deploy:
9
name: Deploy to server
@@ -24,7 +24,6 @@ jobs:
24
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
25
env:
26
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27
- VERSION: "1.0.9"
28
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
29
- name: Upload Latest Version to S3
30
uses: jakejarvis/s3-sync-action@master
0 commit comments