Skip to content

Commit c303456

Browse files
author
Raul Hidalgo Caballero
committed
fix circleci
1 parent f6e37fd commit c303456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Store Artifacts
4242
- store_artifacts:
43-
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg
43+
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.1.nupkg
4444
- store_artifacts:
4545
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg
4646

@@ -49,7 +49,7 @@ jobs:
4949
name: MyGet
5050
command: |
5151
if [ "${CIRCLE_BRANCH}" == "master" ]; then
52-
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
52+
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5353
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5454
fi
5555

0 commit comments

Comments
 (0)