We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba110fd commit 82df635Copy full SHA for 82df635
.github/workflows/publish.yml
@@ -36,5 +36,7 @@ jobs:
36
passphrase: ${{ secrets.SSH_PASSPHRASE }}
37
script: |
38
echo "Attempting to clone repo..."
39
- git clone https://github.com/tauri-apps/tauri-discord-bot.git
+ git clone https://github.com/tauri-apps/tauri-discord-bot.git && cd tauri-discord-bot
40
echo "Clone successful!"
41
+ echo "Attempting to start bot..."
42
+ yarn && yarn start
0 commit comments