Skip to content

Commit 8e2db29

Browse files
committed
pwd
1 parent 1bfd188 commit 8e2db29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333

3434
- name: Compute Version
3535
id: compute_version
36-
working-directory: .
36+
#working-directory: ${{ github.workspace }}
3737
shell: bash
3838
run: |
39+
pwd
3940
# If this is a tag push and it starts with v, just use it and strip off the v
4041
if [[ "${GITHUB_REF}" == refs/tags/v* ]]; then
4142
Version="${GITHUB_REF#refs/tags/}"

0 commit comments

Comments
 (0)