Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <rakinar2@onesoftnet.eu.org>
  • Loading branch information
virtual-designer authored Sep 6, 2024
1 parent d1fcc57 commit 70322ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,9 @@ jobs:
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

0 comments on commit 70322ca

Please sign in to comment.