Skip to content

Commit a01f7fd

Browse files
committed
fix(ci): Remove redundant checkout step in release workflow
The `release` job only uploads artifacts that were built in a prior `build` job. A separate `checkout` step is not needed as the artifacts already contain the necessary files. Removing this step streamlines the workflow and avoids unnecessary fetching of the repository history.
1 parent d741019 commit a01f7fd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

template/.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
- build
6262
runs-on: ubuntu-latest
6363
steps:
64-
- name: Checkout
65-
uses: actions/checkout@v5
66-
with:
67-
fetch-depth: 0
6864
- name: Download Artifacts
6965
uses: actions/download-artifact@v6
7066
with:

0 commit comments

Comments
 (0)