diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51a236b..0d07e42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Publish on merge of release/x.y.z into main +name: Release the package on merge of release/x.y.z into main # Only trigger when a pull request into main branch is closed. on: