diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-release.yml similarity index 99% rename from .github/workflows/dotnet-publish.yml rename to .github/workflows/dotnet-release.yml index 134a6dcc..67f8b9de 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-release.yml @@ -1,7 +1,6 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - -name: publish +name: release on: push: