Skip to content

Commit

Permalink
Testing fix for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noconnor committed Oct 4, 2024
1 parent c98852a commit 83385ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
java-version: '11'
distribution: 'adopt'
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
server-username: OSSRH_USERNAME
server-password: OSSRH_TOKEN
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg-passphrase: GPG_PASSPHRASE
- name: Setup git config
run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
Expand Down

0 comments on commit 83385ae

Please sign in to comment.