chore: switch to update tag for nightly job

release-0.2
Meng Zhang 2023-09-07 10:38:50 +08:00
parent 426047b04a
commit 66bc979aa9
1 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Create Tag
uses: ydataai/create-tag@v1
uses: richardsimko/update-tag@v1
with:
tag: "nightly"
message: "Nightly Tag"
tag_name: "nightly"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}