ci: fix nightly publish (#5053)

This commit is contained in:
三咲智子 2021-12-30 17:25:40 +08:00 committed by GitHub
parent 7c74411e8f
commit 46d0c42f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Add dev branch
run: git branch dev origin/dev
- name: Setup node - name: Setup node
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with: