Skip to content

Commit 8cbb360

Browse files
committed
BUGFIX : Fix git version using the HEAD commit instead of the latest change for current script when compiled on github
1 parent 3715025 commit 8cbb360

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)