--- trunk/.github/workflows/release.yml 2024/08/29 12:36:37 616 +++ trunk/.github/workflows/release.yml 2024/09/07 14:55:53 629 @@ -137,3 +137,9 @@ body: ${{ steps.auto_release.outputs.release_notes }} artifactContentType: application/x-gzip artifacts: ./sudobot-release-linux.tar.gz,./sudobot-release-darwin.tar.gz + + deploy-staging: + needs: [build, release] + if: github.repository_owner == 'onesoft-sudo' + uses: ./.github/workflows/staging.yml + secrets: inherit