workflow: cleanup workflow
parent
5fbe0b4b09
commit
a78ddaf9fb
|
@ -11,7 +11,10 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- run: 'bash ${GITHUB_WORKSPACE}/scripts/release.sh'
|
- name: Create ZIP archive
|
||||||
|
run: './scripts/release.sh'
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- uses: marvinpinto/action-automatic-releases@latest
|
- uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|
Loading…
Reference in New Issue