Skip to content

Commit de00b20

Browse files
author
karahanharunn
committed
fix: removed -r paramater
1 parent ab45f8c commit de00b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/MarketplaceRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Building native widgets and js actions"
3636
run: pnpm -r run release
3737
- name: "Updating Native Mobile Resources project"
38-
run: pnpm -r run create-modules
38+
run: pnpm run create-modules
3939
env:
4040
GH_USERNAME: ${{ secrets.GH_USERNAME }}
4141
GH_EMAIL: ${{ secrets.GH_EMAIL }}

0 commit comments

Comments
 (0)