We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e312c74 commit afd7b59Copy full SHA for afd7b59
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: "Build Artifact"
53
run: dotnet pack -o .
54
- name: "Ship to Nuget"
55
- run: nuget push src/mParticle.Sdk/mParticle.Sdk.${{ github.event.inputs.version}}.nupkg -Source https://api.nuget.org/v3/index.json
+ run: nuget push mParticle.Sdk.${{ github.event.inputs.version}}.nupkg -Source https://api.nuget.org/v3/index.json
56
57
58
0 commit comments