Skip to content

Commit

Permalink
Merge release/1.0.0-beta.9 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 13, 2021
2 parents 848b423 + e803e3f commit 2c177fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@ jobs:
- name: Build - Composeables
run: yarn build:composables

- name: Copy .npmrc
- name: Create .npmrc
shell: bash
run: cp scripts/.npmrc ~/.npmrc
run: |
echo "//registry.npmjs.org/:_authToken=${INPUT_TOKEN}\nregistry=https://registry.npmjs.org/\n@vue-storefront:registry=https://registry.npmjs.org/\n" > .npmrc
- name: Copy .npmrc to root
shell: bash
run: cp .npmrc ~/.npmrc

- name: Publish Packages
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions scripts/.npmrc

This file was deleted.

0 comments on commit 2c177fc

Please sign in to comment.