Skip to content

Commit

Permalink
fix: added missing dependency to fix the release pipeline (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 29, 2022
1 parent c33c965 commit 51b1f43
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 @@ -46,6 +46,7 @@
"dotenv": "^16.0.2",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"find-versions-cli": "^4.0.0",
"husky": "8.0.1",
"markdownlint-cli": "^0.32.2",
"nodemon": "2.0.20",
Expand Down

0 comments on commit 51b1f43

Please sign in to comment.