Skip to content

Commit

Permalink
fix(cd): typo in github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantwrp committed Jan 26, 2025
1 parent b632333 commit 4532155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build plugin
run: npm run dist
- name: Remove existing artifacts
uses: andreaswilli/delete-release-assets-action@4.0.0
uses: andreaswilli/delete-release-assets-action@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: dev
Expand Down

0 comments on commit 4532155

Please sign in to comment.