Skip to content

Commit 4532155

Browse files
committed
fix(cd): typo in github action version
1 parent b632333 commit 4532155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build plugin
2525
run: npm run dist
2626
- name: Remove existing artifacts
27-
uses: andreaswilli/delete-release-assets-action@4.0.0
27+
uses: andreaswilli/delete-release-assets-action@v4.0.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
tag: dev

0 commit comments

Comments
 (0)