Skip to content

Commit

Permalink
fixing releasing with project matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Nov 5, 2023
1 parent 1ec8343 commit ba175f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- setup_gpg
- run:
name: Sign & publish artifacts
command: cat /dev/null | sbt +publish
command: cat /dev/null | sbt publish
working_directory: workspace/repo
- run:
name: Release on Sonatype
Expand Down

0 comments on commit ba175f4

Please sign in to comment.