Skip to content

Commit

Permalink
fix(web): fix package release
Browse files Browse the repository at this point in the history
set up semantic-release for all packages that are not private

fixes #1081
  • Loading branch information
kantord committed Feb 19, 2021
1 parent bf89c04 commit 10ba3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/pipeline_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ blocks:
- cache restore packages-web-$(checksum yarn.lock)
- git config --global user.email "[email protected]"
- git config --global user.name "Dániel Kántor"
- yarn workspace @librelingo/answer-corrector build
- yarn workspace @librelingo/answer-corrector semantic-release -e semantic-release-monorepo
- yarn workspaces run build
- yarn workspaces run semantic-release -e semantic-release-monorepo
secrets:
- name: NPM token
- name: GitHub token

1 comment on commit 10ba3c9

@vercel
Copy link

@vercel vercel bot commented on 10ba3c9 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.