Skip to content

Commit 05abf14

Browse files
committed
5.1 in stable
1 parent 978f643 commit 05abf14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Test
3232
run: dotnet test --no-restore --verbosity normal
3333
- name: Pack
34-
run: dotnet pack --configuration Release src/Elmah.Io.Umbraco/Elmah.Io.Umbraco.csproj /p:Version=5.1.${{ github.run_number }}-pre
34+
run: dotnet pack --configuration Release src/Elmah.Io.Umbraco/Elmah.Io.Umbraco.csproj /p:Version=5.1.${{ github.run_number }}
3535
- name: Install dotnet-validate
3636
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
3737
- name: Validate Elmah.Io.Umbraco
38-
run: dotnet-validate package local src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.1.${{ github.run_number }}-pre.nupkg
38+
run: dotnet-validate package local src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.5.1.${{ github.run_number }}.nupkg
3939
- name: Push Elmah.Io.Umbraco to nuget.org
40-
run: dotnet nuget push src/Elmah.Io.Umbraco/bin/Release/Elmah.Io.Umbraco.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.Umbraco/bin/Release/Elmah.Io.Umbraco.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
4141
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)