Skip to content

Commit 82df635

Browse files
authored
Update publish.yml
1 parent ba110fd commit 82df635

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
passphrase: ${{ secrets.SSH_PASSPHRASE }}
3737
script: |
3838
echo "Attempting to clone repo..."
39-
git clone https://github.com/tauri-apps/tauri-discord-bot.git
39+
git clone https://github.com/tauri-apps/tauri-discord-bot.git && cd tauri-discord-bot
4040
echo "Clone successful!"
41+
echo "Attempting to start bot..."
42+
yarn && yarn start

0 commit comments

Comments
 (0)