Skip to content

Commit

Permalink
fix: added missing dependency to fix the release pipeline (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 29, 2022
1 parent fe3529d commit 03a3581
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SEMVER_VERSION=$(npx find-versions-cli "$TAG")
SEMVER_VERSION=$(npx --no find-versions-cli "$TAG")
if [[ $RELEASE == "true" ]]
then
if [[ $SEMVER_VERSION == *-* ]]
Expand Down
138 changes: 138 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"details-element-polyfill": "^2.4.0",
"dialog-polyfill": "^0.5.6",
"dotenv": "^16.0.2",
"find-versions-cli": "^4.0.0",
"html-validate": "^7.5.0",
"html5-boilerplate": "^8.0.0",
"husky": "^8.0.1",
Expand Down

0 comments on commit 03a3581

Please sign in to comment.