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