We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36820c commit c1a82b1Copy full SHA for c1a82b1
1 file changed
.github/workflows/publishnuget.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet test -c Release --no-restore --no-build
35
36
- name: Create packages
37
- run: dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
+ run: dotnet pack DSMRParser -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
38
39
- name: Publish
40
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}}
0 commit comments