Skip to content

Commit

Permalink
Configured directory to use for the Maven Publish Action
Browse files Browse the repository at this point in the history
  • Loading branch information
joroelev committed Jan 17, 2023
1 parent f1e32d0 commit f2c35c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
directory: toolchain-fitnesse-plugin
server_id: staging
maven_profiles: release
gpg_private_key: ${{ secrets.gpg_private_key }}
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.MAVEN_USERNAME }}
nexus_password: ${{ secrets.MAVEN_PASSWORD }}


update-version:
needs: [ maven-release ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2c35c0

Please sign in to comment.