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:
|
jobs:
|
||||||
call-build:
|
call-build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
env:
|
||||||
|
certificatepassword: ${{ secrets.CERTIFICATEPASSWORD }}
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: call-build
|
needs: call-build
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue