Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Jun 24, 2024
1 parent 9bfd9a5 commit 6355353
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
OLD_VERSION=$(jq -r '.version' package.json.old)
echo "new_version=${NEW_VERSION}" >> $GITHUB_ENV
echo "old_version=${OLD_VERSION}" >> $GITHUB_ENV
if [ "$NEW_VERSION" = "$OLD_VERSION" ]; then
echo "Version has not changed. Exiting."
exit 1
fi
- run: npm install
if: ${{ env.new_version != env.old_version }}
Expand Down

0 comments on commit 6355353

Please sign in to comment.