diff --git a/.github/workflows/create-release-tag.yaml b/.github/workflows/create-release-on-tag.yaml similarity index 98% rename from .github/workflows/create-release-tag.yaml rename to .github/workflows/create-release-on-tag.yaml index 31cd7c07e..141a03eee 100644 --- a/.github/workflows/create-release-tag.yaml +++ b/.github/workflows/create-release-on-tag.yaml @@ -2,7 +2,7 @@ # creates a tag because create-release.yaml pushes a new commit to the branch and building jobs can't resolve such a situation. # Because of this, we run the second part of the process in a separate workflow that has its own context based on the tag created. -name: create release +name: create release on tag on: push: diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 392c7cd0c..7b807f250 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -1,4 +1,4 @@ -name: create release on tag +name: create release on: workflow_dispatch: