diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4542f5..d82d6f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Publish package to the Maven Central Repository on: release: - types: [created, published] + types: [published] jobs: publish: runs-on: ubuntu-latest