diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index d38993c0..4bf7445c 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -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' diff --git a/src/Hyperledger.Aries/Hyperledger.Aries.csproj b/src/Hyperledger.Aries/Hyperledger.Aries.csproj index 55b44006..50edbd58 100644 --- a/src/Hyperledger.Aries/Hyperledger.Aries.csproj +++ b/src/Hyperledger.Aries/Hyperledger.Aries.csproj @@ -17,7 +17,7 @@ - +