Skip to content

Commit

Permalink
Update version-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Nov 27, 2023
1 parent 255a118 commit b86cffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install gpg key
run: |
cat <(echo -e "${{ secrets.OSSH_GPG_SECRET_KEY }}") | gpg --batch --import
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Publish
Expand All @@ -43,4 +43,4 @@ jobs:
-DskipTests deploy -P release
env:
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}
MAVEN_PASSWORD: ${{secrets.OSSH_PASSWORD}}

0 comments on commit b86cffa

Please sign in to comment.