Skip to content

Commit 995d5ea

Browse files
authored
Merge pull request #127 from IShix-g/release
fix: add checkout step to build workflow
2 parents f11a767 + 9a18add commit 995d5ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-package-exporter.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
needs: [verify-branch, get-latest-release]
7070
runs-on: ubuntu-22.04
7171
steps:
72+
- uses: actions/checkout@v4
73+
with:
74+
fetch-depth: 0
75+
7276
- name: Check for Existing Package
7377
id: check-package
7478
env:

0 commit comments

Comments
 (0)