Skip to content

Commit

Permalink
Explicitly run npm run build for auto-update PR (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored Apr 7, 2022
1 parent 95d50bf commit f39983b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-grype-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f39983b

Please sign in to comment.