mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 21:28:26 +00:00
ci: Fixes an incorrect action in the nightly build workflow (#411)
This commit is contained in:
parent
4555a113b6
commit
67f5531019
1 changed files with 10 additions and 2 deletions
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
|
@ -16,9 +16,17 @@ jobs:
|
|||
- name: Create artifacts directory
|
||||
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
|
||||
uses: GongT/actions-recreate-release@v1
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue