Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 1a08695

Browse files
fix path to publish gem script
1 parent 9f49f6d commit 1a08695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
at: ~/project # circleci default working directory
2323
- run:
2424
name: Publish Gem
25-
command: .script/publish_gem
25+
command: ./script/publish_gem
2626
workflows:
2727
version: 2
2828
build:

0 commit comments

Comments
 (0)