Skip to content

Commit

Permalink
ci: Fix missing checking in publish step
Browse files Browse the repository at this point in the history
This should have been included on the previous PR, but
we are unable to test the publish step, so it was missed.
  • Loading branch information
darinspivey committed Apr 20, 2021
1 parent 0fa358e commit a3516fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
steps:
- attach_workspace:
at: .
- checkout
- run: make publish
workflows:
update:
Expand Down

0 comments on commit a3516fd

Please sign in to comment.