mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
ci: Fixes an incorrect action in the nightly build workflow (#411)
This commit is contained in:
parent
4555a113b6
commit
67f5531019
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
@ -16,9 +16,17 @@ jobs:
|
|||||||
- name: Create artifacts directory
|
- name: Create artifacts directory
|
||||||
run: mkdir artifacts
|
run: mkdir artifacts
|
||||||
|
|
||||||
- name: Create GitHub release
|
- name: Delete tag and release
|
||||||
|
uses: dev-drprasad/delete-tag-and-release@v0.1.3
|
||||||
|
with:
|
||||||
|
delete_release: true
|
||||||
|
tag_name: nightly
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Create nightly GitHub release
|
||||||
id: release
|
id: release
|
||||||
uses: GongT/actions-recreate-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user