Skip to content

Commit

Permalink
adding semantic-release-yarn to github action (#10)
Browse files Browse the repository at this point in the history
ci: 💚 adding semantic-release-yarn to github action
  • Loading branch information
t1agob authored Sep 18, 2023
2 parents 211c446 + 53875c7 commit 05defd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: install semantic-release extra plugins
run: yarn add -D @semantic-release/changelog @semantic-release/git @semantic-release/github
run: yarn add -D @semantic-release/changelog @semantic-release/git @semantic-release/github semantic-release-yarn
- name: lint
run: yarn lint
- name: Build
Expand Down

0 comments on commit 05defd0

Please sign in to comment.