Skip to content

Commit

Permalink
🔧 Change publish config to public
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Sep 25, 2023
1 parent 30dbaa7 commit 0c30aa2
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: |
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_TOKEN }}
pnpm publish --access=restricted --filter='./packages/vue2' --no-git-checks
pnpm publish --filter='./packages/vue2' --no-git-checks
- name: Publish Vue 3 package to npm registry
run: |
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_LUME_VUE3_TOKEN }}
pnpm publish --access=restricted --filter='./packages/vue3' --no-git-checks
pnpm publish --filter='./packages/vue3' --no-git-checks
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 }}
pnpm publish --access=restricted --filter='./packages/vue2' --no-git-checks
pnpm publish --filter='./packages/vue2' --no-git-checks
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 }}
pnpm publish --access=restricted --filter='./packages/vue3' --no-git-checks
pnpm publish --filter='./packages/vue3' --no-git-checks

0 comments on commit 0c30aa2

Please sign in to comment.