chore: update nightly workflow

release-0.2
Meng Zhang 2023-09-08 09:23:56 +08:00
parent 96cea7d112
commit 2a2a0bc6b4
1 changed files with 4 additions and 6 deletions

View File

@ -15,9 +15,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Create Tag - name: Run latest-tag
uses: richardsimko/update-tag@v1 uses: EndBug/latest-tag@latest
with: with:
tag_name: "nightly" ref: nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}