Skip to content

Commit

Permalink
chore: release version 1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf committed May 12, 2021
1 parent f545957 commit c85e877
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 c85e877

Please sign in to comment.