Skip to content

Commit 402b901

Browse files
committed
build-xbbli.yml: fetch-depth 3
1 parent cca313f commit 402b901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-xbbli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Checkout project'
8484
uses: actions/checkout@v1
8585
with:
86-
fetch-depth: 1
86+
fetch-depth: 3
8787

8888
- name: 'Install xpm'
8989
timeout-minutes: 1440
@@ -170,7 +170,7 @@ jobs:
170170
run: |
171171
xpm install --config win32-x64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }}
172172
xpm run build --config win32-x64
173-
173+
174174
- name: 'Publish pre-release'
175175
# https://github.com/ncipollo/release-action
176176
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)