chore: switch to update tag for nightly job
parent
426047b04a
commit
66bc979aa9
|
|
@ -16,7 +16,8 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
uses: ydataai/create-tag@v1
|
uses: richardsimko/update-tag@v1
|
||||||
with:
|
with:
|
||||||
tag: "nightly"
|
tag_name: "nightly"
|
||||||
message: "Nightly Tag"
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue