Skip to content

Commit

Permalink
Merge release/1.0.0-beta.8 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 12, 2021
2 parents d04da4e + c85e877 commit d6e5e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Build - Composeables
run: yarn build:composables

- name: Copy .npmrc
shell: bash
run: cp .npmrc ~/.npmrc

- name: Publish Packages
shell: bash
run: yarn publish:packages "${{ join(github.event.pull_request.labels.*.name, '|') }}" "$NPM_TOKEN"
Expand Down

0 comments on commit d6e5e55

Please sign in to comment.