We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8de588 commit b5dc52aCopy full SHA for b5dc52a
.github/workflows/publish-preview.yml
@@ -71,7 +71,7 @@ jobs:
71
- run: ./scripts/prepare-preview-builds.sh @metamask-previews ${{ steps.commit-sha.outputs.COMMIT_SHA }}
72
- run: yarn build
73
- name: Publish preview builds
74
- run: yarn workspaces foreach --all --no-private --parallel --verbose run yarn npm publish --tag preview
+ run: yarn workspaces foreach --all --no-private --parallel --verbose run npm publish --tag preview
75
env:
76
YARN_NPM_AUTH_TOKEN: ${{ secrets.PUBLISH_PREVIEW_NPM_TOKEN }}
77
- name: Post list of preview build identifiers
0 commit comments