Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4583621

Browse files
committed
Upgrade GHA deploy job
1 parent 54bd157 commit 4583621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Thus, we have to delete the old tag / release on every deploy. Deleting the tag right before
1717
# creating a new one, caused some race conditions (the releases was marked as draft).
1818
- name: Delete old `deploy` tag + release
19-
uses: dev-drprasad/delete-tag-and-release@v0.2.0
19+
uses: dev-drprasad/delete-tag-and-release@v0.2.1
2020
with:
2121
delete_release: true
2222
tag_name: deploy

0 commit comments

Comments
 (0)