Skip to content

Commit

Permalink
chore: try quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent 1af170b commit 6a1feec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . ./src/Flipt\.Grpc/flipt-grpc.csproj

- name: Push
run: dotnet nuget push Flipt.gRPC.${VERSION}.nupkg --api-key "${{ secrets.NUGET_API_TOKEN }}"
run: dotnet nuget push "Flipt.gRPC.${VERSION}.nupkg" --api-key "${{ secrets.NUGET_API_TOKEN }}"

0 comments on commit 6a1feec

Please sign in to comment.