Skip to content

Commit 92b25f5

Browse files
authored
updating webhelp version (#28)
1 parent cac1d2c commit 92b25f5

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ jobs:
225225

226226
- name: Get RC Version
227227
run: |
228+
git fetch --tags
228229
COMMIT="${{github.sha}}"
229230
if ${{contains(github.head_ref, 'release/')}}; then
230231
V="${{github.head_ref}}"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "ISC",
2222
"devDependencies": {
2323
"@octokit/rest": "^20.1.2",
24-
"@tektronix/web-help-documents": "0.19.0",
24+
"@tektronix/web-help-documents": "0.19.1-0",
2525
"@types/node-fetch": "^2.6.11",
2626
"axios": "^1.10.0",
2727
"decompress": "^4.2.1"

0 commit comments

Comments
 (0)