Skip to content

Commit

Permalink
Update deploy-to-smr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 authored Oct 29, 2024
1 parent 6bd55a1 commit bda5448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-smr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
}
console.log("Version not approved yet");
}
await sleep(5 * 1000);
await new Promise(resolve => setTimeout(resolve, 5000));
}
send-discord-release-message:
needs: deploy-to-smr
Expand Down

0 comments on commit bda5448

Please sign in to comment.