Skip to content

Commit 2911900

Browse files
committed
fix typo
1 parent 65cc2e5 commit 2911900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Delete old release
136136
uses: dev-drprasad/delete-tag-and-release@v0.2.1
137137
with:
138-
tag-name: ${{ env.RELEASE_TAGNAME}}
138+
tag_name: ${{ env.RELEASE_TAGNAME}}
139139
delete_release: true
140140
env:
141141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)