Skip to content

Commit 54382b1

Browse files
Up version
1 parent e9e98b1 commit 54382b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2626
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2727

28+
- name: Debug settings.xml
29+
run: cat ~/.m2/settings.xml
30+
2831
- name: Build and deploy with Maven
2932
run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
3033
env:

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.7-alpha</version>
9+
<version>0.0.8-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)