Skip to content

Commit 9210a05

Browse files
committed
5.2 in stable
1 parent a6ef09b commit 9210a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Test
3333
run: dotnet test --no-restore --verbosity normal
3434
- 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 }}
3636
- name: Install dotnet-validate
3737
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
3838
- 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
4040
- 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
4242
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)