Skip to content

Commit b26d9fe

Browse files
committed
Add missing quotes
1 parent 8cea168 commit b26d9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- run: git config user.email "[email protected]"
2424
- run: git config user.name "sbt release bot"
2525
- name: Push tag
26-
run: sbt release with-defaults
26+
run: sbt "release with-defaults"

0 commit comments

Comments
 (0)