Skip to content

Commit 1bfd188

Browse files
committed
try working directory
1 parent 176802e commit 1bfd188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-installer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@v5
3131
with:
3232
submodules: true
33-
fetch-tags: true
3433

3534
- name: Compute Version
3635
id: compute_version
36+
working-directory: .
3737
shell: bash
3838
run: |
3939
# If this is a tag push and it starts with v, just use it and strip off the v

0 commit comments

Comments
 (0)