Skip to content

Commit 322356b

Browse files
author
Ahmad Noman Musleh
committed
Fixed the certificate passphrase issue
1 parent b2ae434 commit 322356b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Decrypt Certificate
3636
run: ./decrypt_certificate.sh
3737
env:
38-
LARGE_SECRET_PASSPHRASE: ${{secrets.CERTIFICATE_GPG_PASSPHRASE}}
38+
CERTIFICATE_GPG_PASSPHRASE: ${{secrets.CERTIFICATE_GPG_PASSPHRASE}}
3939

4040
- name: Sign Package
4141
run: nuget sign **\*.nupkg -CertificatePath $HOME/secrets/certificate.pfx -Timestamper http://timestamp.digicert.com/

src/OpenAPI.Net/OpenAPI.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageTags>cTrader, Open API, Spotware</PackageTags>
1010
<Description>A .NET RX library for Spotware Open API</Description>
1111
<PackageId>Spotware.OpenAPI.Net</PackageId>
12-
<Version>1.3.7-rc8</Version>
12+
<Version>1.3.7-rc9</Version>
1313
<Platforms>AnyCPU</Platforms>
1414
<Company>Spotware</Company>
1515
<Authors>Spotware</Authors>

0 commit comments

Comments
 (0)