137 |
body: ${{ steps.auto_release.outputs.release_notes }} |
body: ${{ steps.auto_release.outputs.release_notes }} |
138 |
artifactContentType: application/x-gzip |
artifactContentType: application/x-gzip |
139 |
artifacts: ./sudobot-release-linux.tar.gz,./sudobot-release-darwin.tar.gz |
artifacts: ./sudobot-release-linux.tar.gz,./sudobot-release-darwin.tar.gz |
140 |
|
|
141 |
|
deploy-staging: |
142 |
|
needs: [build, release] |
143 |
|
if: github.repository_owner == 'onesoft-sudo' |
144 |
|
uses: ./.github/workflows/staging.yml |
145 |
|
secrets: inherit |