Skip to content

Commit 59585ed

Browse files
committed
Added missing comma
1 parent a754e10 commit 59585ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- name: "Publish nightly"
35-
run: npx pkg-pr-new publish ./packages/*'
35+
run: npx pkg-pr-new publish './packages/*'
3636

3737
- name: Trigger website build & deployment
3838
env:

0 commit comments

Comments
 (0)