Skip to content

Commit f49e492

Browse files
Up version
1 parent a850aa1 commit f49e492

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
run: cat ~/.m2/settings.xml
3333

3434
- name: Build and deploy with Maven
35-
run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
35+
run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -X
36+
37+
# run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
3638
#env:
3739
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3840
# OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.solvercaptcha</groupId>
88
<artifactId>solvecaptcha-java</artifactId>
9-
<version>0.0.11-alpha</version>
9+
<version>0.0.12-alpha</version>
1010

1111
<name>solvecaptcha-java</name>
1212
<description>Java library for easy integration with the API of solvecaptcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.</description>

0 commit comments

Comments
 (0)