We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cea168 commit b26d9feCopy full SHA for b26d9fe
.github/workflows/release.yml
@@ -23,4 +23,4 @@ jobs:
23
- run: git config user.email "[email protected]"
24
- run: git config user.name "sbt release bot"
25
- name: Push tag
26
- run: sbt release with-defaults
+ run: sbt "release with-defaults"
0 commit comments