Skip to content

Commit 8ba49ea

Browse files
committed
upc ci.yaml
1 parent 16b534d commit 8ba49ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ jobs:
9696

9797
- name: Publish to the Maven Central Repository
9898
run: mvn --no-transfer-progress --batch-mode deploy
99-
env:
100-
MAVEN_USERNAME: ${{ env.MAVEN_USERNAME }}
101-
MAVEN_CENTRAL_TOKEN: ${{ env.MAVEN_CENTRAL_TOKEN }}
102-
MAVEN_GPG_PASSPHRASE: ${{ env.MAVEN_GPG_PASSPHRASE }}
10399

104100
- name: Bump to the next version
105101
run: go run mage.go bump patch

0 commit comments

Comments
 (0)