diff --git a/.github/workflows/release-create.yaml b/.github/workflows/release-create.yaml index 0be1c7b..d9f3e44 100644 --- a/.github/workflows/release-create.yaml +++ b/.github/workflows/release-create.yaml @@ -2,9 +2,9 @@ name: Create a new release on: push: tags: - - 'v*.*.*' + - 'hub-*' -jobs: +jobs release: permissions: contents: write