File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
- name : Test
32
32
run : dotnet test --configuration Release --no-build --verbosity normal
33
33
- name : Pack
34
- run : dotnet pack --configuration Release src/Elmah.Io.Functions/Elmah.Io.Functions.csproj /p:Version=5.1.${{ github.run_number }}-pre
34
+ run : dotnet pack --configuration Release src/Elmah.Io.Functions/Elmah.Io.Functions.csproj /p:Version=5.1.${{ github.run_number }}
35
35
- name : Install dotnet-validate
36
36
run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
37
37
- name : Validate
38
- run : dotnet-validate package local src/Elmah.Io.Functions/bin/Release/Elmah.Io.Functions.5.1.${{ github.run_number }}-pre .nupkg
38
+ run : dotnet-validate package local src/Elmah.Io.Functions/bin/Release/Elmah.Io.Functions.5.1.${{ github.run_number }}.nupkg
39
39
- name : Push to nuget.org
40
- run : dotnet nuget push src/Elmah.Io.Functions/bin/Release/Elmah.Io.Functions.5.1.${{ github.run_number }}-pre .nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
40
+ run : dotnet nuget push src/Elmah.Io.Functions/bin/Release/Elmah.Io.Functions.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
41
41
if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments