Skip to content

Commit

Permalink
Update release process of sass-embedded optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Feb 6, 2025
1 parent 05b391f commit 6ef6075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
for dir in $(ls npm); do
cat "npm/$dir/package.json" |
jq --arg version ${{ steps.version.outputs.version }} '
.version |= $version
.version |= $version | if (.dependencies.sass) then .dependencies.sass |= $version end
' > package.json.tmp &&
mv package.json.tmp "npm/$dir/package.json"
done
Expand Down

0 comments on commit 6ef6075

Please sign in to comment.