改改auto-release
This commit is contained in:
4
.github/workflows/auto-release.yml
vendored
4
.github/workflows/auto-release.yml
vendored
@@ -12,9 +12,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
uses: actions/checkout@v3
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user