We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ae5d5 commit 3128b29Copy full SHA for 3128b29
.github/workflows/pr.yml
@@ -27,6 +27,8 @@ jobs:
27
uses: actions/checkout@v4
28
- name: Get RC Version
29
run: |
30
+ git config --global --add safe.directory "$PWD"
31
+ git fetch --tags
32
COMMIT="${{github.sha}}"
33
if ${{contains(github.head_ref, 'release/')}}; then
34
V="${{github.head_ref}}"
@@ -115,6 +117,8 @@ jobs:
115
117
- name: Get Tagged Version
116
118
id: lasttag
119
120
121
122
123
124
README.md
@@ -1 +1 @@
1
-# Keithley TSP Toolkit Web Help Documents
+# Tektronix TSP Toolkit Web Help Documents
0 commit comments