Skip to content

Commit 18359ad

Browse files
committed
Bump to version 1.0.3-beta. Fix Nuget publish: skip duplicate symbols package
1 parent a0b31bc commit 18359ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
dotnet-version: 8.x
2222
- run: dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release
23-
- run: dotnet nuget push Stegosaurus/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
23+
- run: dotnet nuget push Stegosaurus/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

Stegosaurus/Stegosaurus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<PropertyGroup>
11-
<Version>1.0.2-beta</Version>
11+
<Version>1.0.3-beta</Version>
1212
<Authors>Michael Pearce</Authors>
1313
<Description>Stegosaurus is a lightweight steganography tool using LSB encoding and AES encryption.</Description>
1414
<PackageTags>steganography, security, cryptography, encoding, LSB</PackageTags>

0 commit comments

Comments
 (0)