Skip to content

Commit

Permalink
build(.github/workflows/post-release-check.yml): fix post-release-che…
Browse files Browse the repository at this point in the history
…ck?2
  • Loading branch information
Xunnamius committed Jan 6, 2021
1 parent 78d127a commit 51123db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
! [ -z "$DEBUG" ] && echo "PKG_NAME=$PKG_NAME" || true
! [ -z "$DEBUG" ] && echo "PKG_VERSION=$PKG_VERSION" || true
if ! [ -z "$PKG_PRIVATE" = "false" ]; then npm install "${PKG_NAME}@${PKG_VERSION}"; fi;
if ! [ "$PKG_PRIVATE" = "false" ]; then npm install "${PKG_NAME}@${PKG_VERSION}"; fi

0 comments on commit 51123db

Please sign in to comment.