Skip to content

Commit

Permalink
fixup! meta: add release automations (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 7, 2021
1 parent aed5f22 commit 74dae42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -29,10 +29,10 @@ jobs:
run: git --no-pager diff HEAD^ -- CHANGELOG.md | awk '{ if( substr($0,0,1) == "+" && $1 != "+##" && $1 != "+Released:" && $1 != "+++" ) { print substr($0,2) } }' > CHANGELOG.diff.md
- name: Build before publishing
run: corepack yarn run build
- name: Login to NPM
run: corepack yarn config set npmAuthToken ${{ toJSON(secrets.NPM_TOKEN) }}
- name: Publish to NPM
run: corepack yarn workspaces foreach --no-private npm publish --access public --tolerate-republish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Merge PR
id: merge
run: |
Expand Down

0 comments on commit 74dae42

Please sign in to comment.