Skip to content

Commit a6289e9

Browse files
committed
Fix github using depth=1 when checkout that mess with gitVersion
1 parent 1b4f117 commit a6289e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
submodules: true
18+
fetch-depth: 0
1819

1920
- name: "Set env vars"
2021
run: |

userscripts-manager

0 commit comments

Comments
 (0)