Skip to content

Commit 61eaf84

Browse files
authored
Fix syntax error (#3861)
1 parent 57a6ab1 commit 61eaf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github.event_name == 'workflow_dispatch'
2222
steps:
2323
- name: Checkout code
24-
- uses: actions/checkout@v4
24+
uses: actions/checkout@v4
2525
with:
2626
ref: ${{ env.GIT_REF }}
2727
- name: Install pnpm

0 commit comments

Comments
 (0)