Skip to content

Commit

Permalink
ci: switch back semantic-release and just tag the previous using the …
Browse files Browse the repository at this point in the history
…default format
  • Loading branch information
swederik committed Sep 14, 2021
1 parent e7f712e commit 5d38b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Publish using Semantic Release
command: npx semantic-release --tag-format ${version}
command: npx semantic-release
- persist_to_workspace:
root: ~/repo
paths: .
Expand Down

0 comments on commit 5d38b76

Please sign in to comment.