chore(ci): update release workflow configurations (#198)

Update publish job to only `closeSonatypeStagingRepository`.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1958458..0385df7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -66,7 +66,7 @@
           arguments: | 
             -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg 
             publishToSonatype 
-            closeAndReleaseSonatypeStagingRepository
+            closeSonatypeStagingRepository
   release:
     needs: publish
     runs-on: ubuntu-latest