Skip to content

Commit 88f985c

Browse files
committed
Revert "Update process_release.yml (#286)"
This reverts commit 47d8642.
1 parent 47d8642 commit 88f985c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/process_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
git commit -m "$commitTitle" -m "$commitBody"
6262
6363
- name: Publish artifacts to MavenCentral
64-
run: ./gradlew publish
65-
# run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
64+
# run: ./gradlew publish
65+
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
6666
env:
6767
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6868
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
@@ -75,6 +75,6 @@ jobs:
7575
run: |
7676
git fetch --all
7777
git checkout develop
78-
git push origin develop --force
78+
git push
7979
8080

0 commit comments

Comments
 (0)