Skip to content

Commit b5dc52a

Browse files
committed
Fix workflow
1 parent d8de588 commit b5dc52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- run: ./scripts/prepare-preview-builds.sh @metamask-previews ${{ steps.commit-sha.outputs.COMMIT_SHA }}
7272
- run: yarn build
7373
- name: Publish preview builds
74-
run: yarn workspaces foreach --all --no-private --parallel --verbose run yarn npm publish --tag preview
74+
run: yarn workspaces foreach --all --no-private --parallel --verbose run npm publish --tag preview
7575
env:
7676
YARN_NPM_AUTH_TOKEN: ${{ secrets.PUBLISH_PREVIEW_NPM_TOKEN }}
7777
- name: Post list of preview build identifiers

0 commit comments

Comments
 (0)