mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-22 03:51:19 +00:00
Merge branch 'main' of https://github.com/nzp-team/assets
This commit is contained in:
commit
518be623d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assemble-and-release.yml
vendored
2
.github/workflows/assemble-and-release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
||||||
- name: Delete Old Release
|
- name: Delete Old Release
|
||||||
uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
uses: dev-drprasad/delete-tag-and-release@v0.2.1
|
||||||
with:
|
with:
|
||||||
delete_release: true
|
delete_release: true
|
||||||
tag_name: newest
|
tag_name: newest
|
||||||
|
|
Loading…
Reference in a new issue