summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-11 19:44:00 -0500
committerGitHub <noreply@github.com>2022-11-11 19:44:00 -0500
commit1960c40a30f4654fc4d3e9dec91783b6c1187f6b (patch)
tree0b8f9e68aae1628743fda207eb03a15c448c9aad /.github/workflows
parent51212bcdfe88ee70fa3b30bb3792d01f43ac8c46 (diff)
ci: bump delete-tag-and-release to v0.3.1 (#889)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index ccb362be..d025e546 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -59,7 +59,7 @@ jobs:
du -h -d 0 ./release/*
- name: Delete tag and release
- uses: ClementTsang/delete-tag-and-release@d379c0b0792c89690fd9fabd7bb4b8c620ef5aad # v0.3.0
+ uses: ClementTsang/delete-tag-and-release@v0.3.1
if: github.event.inputs.isMock != 'mock'
with:
delete_release: true