Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt committed Oct 4, 2023
1 parent e6879fe commit eef83f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: dotnet build -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}"
- name: Pack
run: dotnet pack ./Opal/Opal.csproj --no-build -c Release -o .. -p:Version="${{ needs.version.outputs.assemblySemVer }}"
run: dotnet pack ./Opal/Opal.csproj --no-build -c Release -o .. -p:Version="${{ needs.version.outputs.semVer }}"
- name: Publish Library
run: dotnet nuget push *.nupkg -k ${{ secrets.NUGETAPIKEY }} --skip-duplicate -n
- name: Publish Symbols
Expand Down

0 comments on commit eef83f0

Please sign in to comment.