Skip to content

Commit

Permalink
Fix maven deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Mar 15, 2024
1 parent 528e01a commit 642c7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Publish package
run: gradle publish
env:
REPO_VATICLE_OSI_USERNAME: ${{ secrets.REPO_VATICLE_OSI_USERNAME }}
REPO_VATICLE_OSI_PASSWORD: ${{ secrets.REPO_VATICLE_OSI_PASSWORD }}
REPO_TYPEDB_OSI_USERNAME: ${{ secrets.REPO_TYPEDB_OSI_USERNAME }}
REPO_TYPEDB_OSI_PASSWORD: ${{ secrets.REPO_TYPEDB_OSI_PASSWORD }}

0 comments on commit 642c7ea

Please sign in to comment.