Skip to content

Commit d71747f

Browse files
committed
1 parent 9fb03c2 commit d71747f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
5656
MAVEN_USER: ${{ secrets.MAVEN_USER }}
5757
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
58-
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
58+
CENTRAL_USER: ${{ secrets.CENTRAL_USER }}
59+
CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }}
5960
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>40.0.0</version>
8+
<version>41.0.0</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)