Skip to content

Commit

Permalink
Fix parsing of old version
Browse files Browse the repository at this point in the history
narin committed Jul 3, 2024
1 parent ca2f38a commit 2d0ee17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tokens-diff.yml
Original file line number Diff line number Diff line change
@@ -42,9 +42,8 @@ jobs:
cd dist/js
cp colors.js colors_new.js
git checkout main
echo PREV_VERSION=$(jq -r '.devDependencies["@department-of-veterans-affairs/css-library"]' package.json) >> $GITHUB_ENV
echo PREV_VERSION=$(jq -r '.devDependencies["@department-of-veterans-affairs/css-library"]' ../../package.json) >> $GITHUB_ENV
yarn && yarn tokens:build

0 comments on commit 2d0ee17

Please sign in to comment.