diff --git a/.github/workflows/release-create.yaml b/.github/workflows/release-create.yaml index d9f3e44..a7f412e 100644 --- a/.github/workflows/release-create.yaml +++ b/.github/workflows/release-create.yaml @@ -1,10 +1,8 @@ name: Create a new release on: - push: - tags: - - 'hub-*' + workflow_dispatch: -jobs +jobs: release: permissions: contents: write