From f39983bd0171bf162529bdb975f8e9d3a8977c0c Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Thu, 7 Apr 2022 15:48:24 -0400 Subject: [PATCH] Explicitly run `npm run build` for auto-update PR (#166) --- .github/workflows/update-grype-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-grype-release.yml b/.github/workflows/update-grype-release.yml index 23cf221c..254bfef2 100644 --- a/.github/workflows/update-grype-release.yml +++ b/.github/workflows/update-grype-release.yml @@ -18,6 +18,7 @@ jobs: echo "exports.GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js # install husky hooks and dependencies: npm install + npm run build # export the version for use with create-pull-request: echo "::set-output name=LATEST_VERSION::$LATEST_VERSION" id: latest-version