Skip to content

Commit 8119f03

Browse files
committed
5.1 in stable
1 parent 0c9e791 commit 8119f03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ jobs:
5151
- name: Test
5252
run: dotnet test --no-restore --verbosity normal
5353
- name: Pack Elmah.Io.Log4Net
54-
run: dotnet pack --configuration Release src/Elmah.Io.Log4Net/Elmah.Io.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}-pre
54+
run: dotnet pack --configuration Release src/Elmah.Io.Log4Net/Elmah.Io.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}
5555
- name: Pack Elmah.Io.AspNetCore.Log4Net
56-
run: dotnet pack --configuration Release src/Elmah.Io.AspNetCore.Log4Net/Elmah.Io.AspNetCore.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}-pre
56+
run: dotnet pack --configuration Release src/Elmah.Io.AspNetCore.Log4Net/Elmah.Io.AspNetCore.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}
5757
- name: Install dotnet-validate
5858
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
5959
- name: Validate Elmah.Io.Log4Net
60-
run: dotnet-validate package local src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}-pre.nupkg
60+
run: dotnet-validate package local src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}.nupkg
6161
- name: Validate Elmah.Io.AspNetCore.Log4Net
62-
run: dotnet-validate package local src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}-pre.nupkg
62+
run: dotnet-validate package local src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}.nupkg
6363
- name: Push Elmah.Io.Log4Net to nuget.org
64-
run: dotnet nuget push src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
64+
run: dotnet nuget push src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
6565
if: ${{ github.event_name == 'push' }}
6666
- name: Push Elmah.Io.AspNetCore.Log4Net to nuget.org
67-
run: dotnet nuget push src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
67+
run: dotnet nuget push src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
6868
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)