Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmig committed Jan 1, 2025
1 parent 8340877 commit e8eaad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-metadata.sh → .scripts/prepare-metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e -x -u

printenv CHROME_EXTENSION_PEM_BASE64 | tr -d '\r' | base64 -d > extension.pem

sed -i "s/\"version\": \"1.0\"/\"version\": \"$BUILD_NUMBER\"/g" "manifests/$BROWSER/manifest.json"
sed -i "s/\"version\": \"1.0\"/\"version\": \"$BUILD_NUMBER\"/g" "src/manifests/$BROWSER/manifest.json"

0 comments on commit e8eaad8

Please sign in to comment.