Skip to content

Commit 94c1976

Browse files
committed
update release build
1 parent f53963a commit 94c1976

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39+
- name: Checkout repository
40+
uses: actions/checkout@v4
41+
with:
42+
fetch-depth: 0 # Ensure full history
43+
3944
- name: Download release artifact
4045
uses: actions/download-artifact@v4
4146
with:
@@ -47,3 +52,4 @@ jobs:
4752
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4853
run: |
4954
gh release create v1.0.0 ./github-action-test/github-action-test --title "Release v1.0.0" --notes "Automated release"
55+

0 commit comments

Comments
 (0)