Skip to content

Commit a850aa1

Browse files
Up version
1 parent da5acf1 commit a850aa1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Build and deploy with Maven
3535
run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
36-
env:
37-
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
38-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
36+
#env:
37+
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
38+
# 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.10-alpha</version>
9+
<version>0.0.11-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)