This commit is contained in:
archer
2023-04-24 18:43:23 +08:00
parent dd2d93c953
commit ec86847280
2 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
push:
branches:
- "main"
- 'main'
jobs:
release:
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
- name: Install Dependencies
run: |