Skip to content

Commit

Permalink
Merge pull request #36 from payjp/nyamanaka/fix_release_ci
Browse files Browse the repository at this point in the history
リリース用のCI定義のserver-idが間違っていた
  • Loading branch information
natsuki-yamanaka committed Sep 8, 2022
2 parents d1ef6eb + 86e6368 commit 5cf96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
server-id: maven
server-id: sonatype-nexus-staging
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 5cf96a5

Please sign in to comment.