chore(ci): upkeeping (#1137)
* feat(ci)[nightly]: update tag instead of deleting * fix(ci)[pr-comment]: work on forks
This commit is contained in:
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@ -77,13 +77,10 @@ jobs:
|
||||
echo "build_sha=$(cat sha256.checksum)" >> $GITHUB_OUTPUT
|
||||
cat sha256.checksum
|
||||
|
||||
- name: Remove previous Nightly
|
||||
uses: dev-drprasad/delete-tag-and-release@v0.2.1
|
||||
- name: Run latest-tag
|
||||
uses: EndBug/latest-tag@84c87607fcb948bcef069c9a27445e653113979f
|
||||
with:
|
||||
delete_release: true
|
||||
tag_name: nightly
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ref: nightly
|
||||
|
||||
- name: Nightly Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Reference in New Issue
Block a user