From c73501100f11d532fa1c53b045ce27ff499d6438 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 7 Sep 2023 10:32:33 +0800 Subject: [PATCH] chore: update nightly.yml --- .github/workflows/nightly.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4583e2f..d6a548a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,4 @@ -name: Update nightly branch +name: Update nightly tag on: workflow_dispatch: @@ -12,16 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - - name: Set up Node - uses: actions/setup-node@v1 + - name: Create Tag + uses: ydataai/create-tag@v1 with: - node-version: 12 - - - name: Opening pull request - id: pull - uses: tretuna/sync-branches@1.4.0 - with: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - FROM_BRANCH: "main" - TO_BRANCH: "nightly" + tag: "nightly" + message: "Nightly Tag"