Use CERTIFICATEPASSWORD for release pipeline
This commit is contained in:
parent
346a14a25a
commit
4490dd1599
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -8,8 +8,9 @@ on:
|
|||
jobs:
|
||||
call-build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
|
||||
release:
|
||||
env:
|
||||
certificatepassword: ${{ secrets.CERTIFICATEPASSWORD }}
|
||||
runs-on: windows-latest
|
||||
needs: call-build
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue