Skip to content

Commit f82d6b5

Browse files
gotta dash
1 parent c5fbad9 commit f82d6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal -c Release
3737
- name: Create NuGet package for Serilog.Sinks.InMemory
38-
run: dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
38+
run: dotnet pack ./src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=-alpha
3939
- name: Create NuGet package for Serilog.Sinks.InMemory.Assertions
40-
run: dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=alpha
40+
run: dotnet pack ./src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj -c Release --no-build --no-restore -o ./packaging -p:VersionSuffix=-alpha
4141
- name: Create Release
4242
id: create_release
4343
uses: actions/create-release@v1

0 commit comments

Comments
 (0)