Skip to content

Commit 9f7ea67

Browse files
Correct the step names.
1 parent 18553c8 commit 9f7ea67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ commands:
4545
- run:
4646
name: Zip up jar file
4747
command: zip --junk-paths github-api-lib github-api-lib.jar
48-
- persist-to-workspace:
48+
- persist_to_workspace:
4949
root: ~/repo
5050
paths:
5151
- github-api-lib.zip
5252

5353
create-release:
5454
steps:
55-
- attach-workspace:
55+
- attach_workspace:
5656
at: ~/repos
5757
- run:
5858
name: install mvn

0 commit comments

Comments
 (0)