Skip to content

Commit 0ef1a40

Browse files
committed
5.1 in stable
1 parent 4dcb852 commit 0ef1a40

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
@@ -31,11 +31,11 @@ jobs:
3131
- name: Test
3232
run: dotnet test --configuration Release --no-build --verbosity normal
3333
- 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 }}
3535
- name: Install dotnet-validate
3636
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
3737
- 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
3939
- 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
4141
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)