Skip to content

Commit ba694bf

Browse files
committed
fixed file indentation
1 parent 86389fd commit ba694bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/EmailDeliveryProviders/Email.NET.Mailgun/Email.NET.Mailgun.csproj -o .
3232
- name: Pack Email.NET.AmazonSES
3333
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/EmailDeliveryProviders/Email.NET.AmazonSES/Email.NET.AmazonSES.csproj -o .
34-
34+
3535
- name: Pack Email.Net.DependencyInjection
3636
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/DependencyInjection/Email.NET.DependencyInjection/Email.NET.DependencyInjection.csproj -o .
3737
- name: Pack Email.NET.Socketlabs.DependencyInjection
@@ -48,7 +48,7 @@ jobs:
4848
- name: Push packages
4949
run: dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
5050

51-
- name: Upload assets to release
51+
- name: Upload assets to release
5252
run: |
5353
chmod +x ./publish-assets.sh
5454
./publish-assets.sh ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)