Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyj0309 authored Dec 19, 2024
1 parent 61501db commit b2ed97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: superfly/flyctl-actions/setup-flyctl@master

- run: |
n=`date -d "1 day ago" "+%Y-%m-%d"`
n=`date -d "2 day ago" "+%Y-%m-%d"`
l=$(wget -qO- -t1 -T2 "https://api.github.com/repos/naiba/nezha/releases/latest" | jq -r ".published_at")
if [[ $l =~ $n ]]
then
Expand Down

0 comments on commit b2ed97d

Please sign in to comment.