Skip to content

Commit

Permalink
reverted all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar-Naik committed Jan 25, 2025
1 parent 30e11ac commit 69da655
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ jobs:
with:
fetch-depth: 0

- name: "debug"
run: |
cat $HOME/.m2/settings.xml
- name: "☕ Set up java"
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: maven
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}

- name: "🗽 Publish package"
run: mvn clean deploy -DskipTests -Prelease
Expand Down

0 comments on commit 69da655

Please sign in to comment.