Skip to content

Commit

Permalink
fixed file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefSell committed Dec 7, 2021
1 parent 86389fd commit ba694bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/EmailDeliveryProviders/Email.NET.Mailgun/Email.NET.Mailgun.csproj -o .
- name: Pack Email.NET.AmazonSES
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/EmailDeliveryProviders/Email.NET.AmazonSES/Email.NET.AmazonSES.csproj -o .

- name: Pack Email.Net.DependencyInjection
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release src/DependencyInjection/Email.NET.DependencyInjection/Email.NET.DependencyInjection.csproj -o .
- name: Pack Email.NET.Socketlabs.DependencyInjection
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Push packages
run: dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: Upload assets to release
- name: Upload assets to release
run: |
chmod +x ./publish-assets.sh
./publish-assets.sh ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit ba694bf

Please sign in to comment.