We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367808f commit 5a746e7Copy full SHA for 5a746e7
1 file changed
.github/workflows/release.yaml
@@ -117,8 +117,9 @@ jobs:
117
# (No need to define this secret in the repo settings)
118
github_token: ${{ secrets.GITHUB_TOKEN }}
119
release: true
120
- windows_certs: ${{ secrets.WIN_CERT }}
121
- windows_certs_password: ${{ secrets.WIN_PASSWORD }}
+ # revert when new certificate is generated
+ # windows_certs: ${{ secrets.WIN_CERT }}
122
+ # windows_certs_password: ${{ secrets.WIN_PASSWORD }}
123
mac_certs: ${{ secrets.MAC_CERT }}
124
mac_certs_password: ${{ secrets.MAC_PASSWORD }}
125
env:
0 commit comments