Skip to content

Commit

Permalink
🔧 Update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Aug 23, 2023
1 parent 8f52240 commit 96b8698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Publish Vue 2 package to npm registry
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_TOKEN }}
npm publish --access=restricted --workspace=packages/vue2
pnpm publish --access=restricted --filter='./packages/vue2'
- name: Publish Vue 3 package to npm registry
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_VUE3_TOKEN }}
npm publish --access=restricted --workspace=packages/vue3
pnpm publish --access=restricted --filter='./packages/vue3'
2 changes: 1 addition & 1 deletion .github/workflows/publish-vue2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Publish to npm registry
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_TOKEN }}
npm publish --access=restricted --workspace=packages/vue2
pnpm publish --access=restricted --filter='./packages/vue2'
2 changes: 1 addition & 1 deletion .github/workflows/publish-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Publish to npm registry
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_VUE3_TOKEN }}
npm publish --access=restricted --workspace=packages/vue3
pnpm publish --access=restricted --filter='./packages/vue3'

0 comments on commit 96b8698

Please sign in to comment.