Skip to content

Commit

Permalink
nuget version and branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <[email protected]>
  • Loading branch information
Johannes Tuerk committed Dec 13, 2023
1 parent 620e5a1 commit 3eef9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
BUILD_CONFIG: 'Release'
SOLUTION: 'src/Hyperledger.Aries.sln'
IS_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
IS_MAIN_BRANCH: ${{ github.ref == 'refs/heads/main' }}
IS_MAIN_BRANCH: ${{ github.ref == 'refs/heads/setup-cicd-pipeline' }}
MAJOR: '0'
MINOR: '1'
PATCH: '0'
Expand Down
2 changes: 1 addition & 1 deletion src/Hyperledger.Aries/Hyperledger.Aries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Multiformats.Base" Version="2.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Polly" Version="$(PollyVersion)" />
<PackageReference Include="SD-JWT" Version="0.1.0-CI-20230929-141413" />
<PackageReference Include="SD-JWT" Version="0.1.0-rc.33" />
<PackageReference Include="Stateless" Version="$(StatelessVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
Expand Down

0 comments on commit 3eef9d3

Please sign in to comment.