chore: sign nightly artifacts to detect issues before release (#11464)

This commit is contained in:
Sebastian Spaink 2022-07-07 12:41:52 -05:00 committed by GitHub
parent c91eacda42
commit 5b238cb21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -758,6 +758,13 @@ workflows:
nightly: true
requires:
- 'test-go-linux'
- 'package-sign-windows':
requires:
- 'windows-package-nightly'
- 'package-sign-mac':
requires:
- 'darwin-amd64-package-nightly'
- 'darwin-arm64-package-nightly'
- nightly:
requires:
- 'amd64-package-test-nightly'