Skip to content

Commit d128a8b

Browse files
committed
chore(github action): update
1 parent 6ee1d69 commit d128a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636

3737
- name: Deploy to tiddlyhost
3838
env:
39-
THOST_EMAIL: ${{ secrets.THOST_EMAIL }}
39+
TH_EMAIL: ${{ secrets.TH_EMAIL }}
4040
TH_PASSWORD: ${{ secrets.TH_PASSWORD }}
41-
run: for file in $(find dist/empty -type f -regex ".*\.html"); do site=${file%.html}; site=${site#dist/empty/}; if [ "$site" == "index" ]; then site="tidme"; else site="tidme-${site,,}"; fi; ./bin/thost-uploader $site $file $THOST_EMAIL $TH_PASSWORD; done
41+
run: for file in $(find dist/empty -type f -regex ".*\.html"); do site=${file%.html}; site=${site#dist/empty/}; if [ "$site" == "index" ]; then site="tidme"; else site="tidme-${site,,}"; fi; ./bin/thost-uploader $site $file $TH_EMAIL $TH_PASSWORD; done
4242

4343
- name: Release
4444
env:

0 commit comments

Comments
 (0)