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 @@ -32,11 +32,11 @@ jobs:
32
32
- name : Test
33
33
run : dotnet test --no-restore --verbosity normal
34
34
- name : Pack
35
- run : dotnet pack --configuration Release src/Elmah.Io.Umbraco/Elmah.Io.Umbraco.csproj /p:Version=5.2.${{ github.run_number }}-pre
35
+ run : dotnet pack --configuration Release src/Elmah.Io.Umbraco/Elmah.Io.Umbraco.csproj /p:Version=5.2.${{ github.run_number }}
36
36
- name : Install dotnet-validate
37
37
run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
38
38
- name : Validate Elmah.Io.Umbraco
39
- run : dotnet-validate package local src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.2.${{ github.run_number }}-pre .nupkg
39
+ run : dotnet-validate package local src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.2.${{ github.run_number }}.nupkg
40
40
- name : Push Elmah.Io.Umbraco to nuget.org
41
- run : dotnet nuget push src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.2.${{ github.run_number }}-pre .nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
41
+ run : dotnet nuget push src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.2.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
42
42
if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments