diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19293fd..f2b9e3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ name: Publish To Maven Central on: # Triggers the workflow when tag is pushed push: - tags: .* + tags: v.* # Allows you to run this workflow manually from the Actions tab workflow_dispatch: