Skip to content

Commit 6471b3c

Browse files
committed
updates release action
1 parent d082dac commit 6471b3c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: .github/workflows/release.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ jobs:
1717
if: ${{ env.VERSION == '' }}
1818
run: exit 1
1919
- name: Build ImageSharp Package
20-
run: dotnet pack ./src/ImageSharpCommunity.Providers.Remote/ImageSharpCommunity.Providers.Remote.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
20+
run: dotnet pack ./src/ImageSharpCommunity.Formats.Pdf/ImageSharpCommunity.Formats.Pdf.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
2121
- name: Pack
22-
run: dotnet pack ./src/ImageSharpCommunity.Providers.Remote/ImageSharpCommunity.Providers.Remote.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
22+
run: dotnet pack ./src/ImageSharpCommunity.Formats.Pdf/ImageSharpCommunity.Formats.Pdf.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
2323
- name: Push to NuGet
24-
run: dotnet nuget push **\ImageSharpCommunity.Providers.Remote.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
25-
- name: Build Umbraco Package
26-
run: dotnet pack ./src/Umbraco.Community.ImageSharpRemoteImages/Umbraco.Community.ImageSharpRemoteImages.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
27-
- name: Pack
28-
run: dotnet pack ./src/Umbraco.Community.ImageSharpRemoteImages/Umbraco.Community.ImageSharpRemoteImages.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
29-
- name: Push to NuGet
30-
run: dotnet nuget push **\Umbraco.Community.ImageSharpRemoteImages.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
24+
run: dotnet nuget push **\ImageSharpCommunity.Formats.Pdf.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)