Skip to content

Commit 3128b29

Browse files
authored
Updating readme (#13)
Making release v0.19.0 fixing few pipeline issues
1 parent c6ae5d5 commit 3128b29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/checkout@v4
2828
- name: Get RC Version
2929
run: |
30+
git config --global --add safe.directory "$PWD"
31+
git fetch --tags
3032
COMMIT="${{github.sha}}"
3133
if ${{contains(github.head_ref, 'release/')}}; then
3234
V="${{github.head_ref}}"
@@ -115,6 +117,8 @@ jobs:
115117
- name: Get Tagged Version
116118
id: lasttag
117119
run: |
120+
git config --global --add safe.directory "$PWD"
121+
git fetch --tags
118122
COMMIT="${{github.sha}}"
119123
if ${{contains(github.head_ref, 'release/')}}; then
120124
V="${{github.head_ref}}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Keithley TSP Toolkit Web Help Documents
1+
# Tektronix TSP Toolkit Web Help Documents

0 commit comments

Comments
 (0)