chore(ci): upkeeping (#1137)

* feat(ci)[nightly]: update tag instead of deleting

* fix(ci)[pr-comment]: work on forks
This commit is contained in:
GeopJr
2023-03-24 21:14:26 +02:00
committed by GitHub
parent 94d7d01a39
commit 167bf95ba7
2 changed files with 15 additions and 17 deletions

View File

@ -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