Skip to content

Commit 52b8cb0

Browse files
Update ci.yml (#358)
The CI fails because "dev-drprasad/delete-tag-and-release@v0.2.0" no longer exists.
1 parent 3871496 commit 52b8cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
echo "RELEASE_DATE=$RELEASE_DATE" | tee -a $GITHUB_ENV
210210
211211
- name: Delete old release
212-
uses: dev-drprasad/delete-tag-and-release@v0.2.0
212+
uses: dev-drprasad/delete-tag-and-release@v0.2.1
213213
with:
214214
tag_name: ${{ env.RELEASE_TAGNAME }}
215215
delete_release: true

0 commit comments

Comments
 (0)