diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4359f74..5c48d01 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,7 @@ on: push: branches: - 'main' # Run the workflow when pushing to the main branch - release: - types: - - published # Run the workflow when a new GitHub release is published + env: servicelocator_sln : "vb2ae.ServiceLocator.MSDependencyInjection.sln" package_feed: "https://api.nuget.org/v3/index.json"