From 2a2a0bc6b4b6ab3bc2e0d61b85511f80e5e43dfb Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 8 Sep 2023 09:23:56 +0800 Subject: [PATCH] chore: update nightly workflow --- .github/workflows/nightly.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ce02a30..34ffe78 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,9 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Create Tag - uses: richardsimko/update-tag@v1 - with: - tag_name: "nightly" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Run latest-tag + uses: EndBug/latest-tag@latest + with: + ref: nightly