From db93980cd5f1fcba953ef347f112df116f182425 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Thu, 24 Nov 2022 23:54:49 -0600 Subject: [PATCH] Rename publish to release --- .github/workflows/{dotnet-publish.yml => dotnet-release.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{dotnet-publish.yml => dotnet-release.yml} (99%) 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: