Skip to content

Commit

Permalink
[Release]Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 4534b56 commit b746cd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
if: "contains(github.event.commits[0].message, '[Release]')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check git tag
run: sh .github/workflows/check.sh
build:
Expand Down Expand Up @@ -119,6 +121,8 @@ jobs:
if: "contains(github.event.commits[0].message, '[Release]')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit b746cd5

Please sign in to comment.