Skip to content

Commit 03a3581

Browse files
authored
fix: added missing dependency to fix the release pipeline (#44)
1 parent fe3529d commit 03a3581

File tree

3 files changed

+140
-1
lines changed

3 files changed

+140
-1
lines changed

.github/scripts/package-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SEMVER_VERSION=$(npx find-versions-cli "$TAG")
3+
SEMVER_VERSION=$(npx --no find-versions-cli "$TAG")
44
if [[ $RELEASE == "true" ]]
55
then
66
if [[ $SEMVER_VERSION == *-* ]]

package-lock.json

Lines changed: 138 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"details-element-polyfill": "^2.4.0",
7575
"dialog-polyfill": "^0.5.6",
7676
"dotenv": "^16.0.2",
77+
"find-versions-cli": "^4.0.0",
7778
"html-validate": "^7.5.0",
7879
"html5-boilerplate": "^8.0.0",
7980
"husky": "^8.0.1",

0 commit comments

Comments
 (0)