mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-24 21:01:43 +00:00
Remove old workflow test
This commit is contained in:
parent
78f0abe577
commit
ec78a4fccb
1 changed files with 0 additions and 7 deletions
7
.github/workflows/assemble-and-release.yml
vendored
7
.github/workflows/assemble-and-release.yml
vendored
|
@ -13,13 +13,6 @@ jobs:
|
|||
- name: Generate Build Date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
||||
- name: Get Changes in Repo
|
||||
id: files
|
||||
uses: jitterbit/get-changed-files@v1
|
||||
with:
|
||||
format: 'csv'
|
||||
- run: |
|
||||
mapfile -d ',' -t added_modified_files < <(printf '%s,' '${{ steps.files.outputs.added_modified }}')
|
||||
- name: Delete Old Release
|
||||
uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue