Skip to content

Commit

Permalink
Update publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur9991 committed Aug 13, 2024
1 parent 5e5f906 commit 2732355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
distribution: "temurin"
java-version: "17"
- name: Publish ${{ github.ref }}
run: sbt ci-release
run: sbt publish
env:
NEXUS_HOST: "nexus.xebialabs.com"
NEXUS_USERNAME: ${{ secrets.NEXUS_CI_USER }}
Expand Down

0 comments on commit 2732355

Please sign in to comment.