diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5b4d912..7577a10 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,7 +35,9 @@ jobs: publish_tagged: name: Publish Latest - needs: version + needs: + - build + - version steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -56,9 +58,13 @@ jobs: run: | env mkdir -p ~/.ssh + echo 1 echo "${{ secrets.HOMEBRIDGE_SSH_KEY }}" > ~/.ssh/id_rsa + echo 2 chmod 600 ~/.ssh/id_rsa + echo 3 ssh-keyscan -p 22 homebridge.me >> ~/.ssh/known_hosts + echo 4 sudo apt-get install sshpass - name: Remove old Package