Update webpack.yml

This commit is contained in:
Clovis 2022-11-11 13:26:33 +01:00 committed by GitHub
parent 33614947f3
commit 994b02aadb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
- id: set_var
run: |
content=`cat ./path/to/package.json`
content=`cat ./package.json`
# the following lines are only required for multi line json
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"