We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d338290 commit fb3597eCopy full SHA for fb3597e
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Pack
23
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
24
- name: Push
25
- run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${GITHUB_TOKEN}
+ run: dotnet nuget push FroniusSolarClient.Core.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${GITHUB_TOKEN}
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments