Skip to content

Commit

Permalink
update sed
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 4, 2023
1 parent a464a5b commit aa82e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
sed -i "s/__version__ = \".*\"/__version__ = \"$TAG\"/" src/hvps/version.py
# Update the package.json file for bindings
sed -i "s/\"version\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/hvps/package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$TAG\"/" bindings/nodejs/hvps/package.json
# Update the package.json file for nodered
sed -i "s/\"version\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/nodered/package.json
sed -i "s/\"hvps\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/nodered/package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$TAG\"/" bindings/nodejs/nodered/package.json
sed -i "s/\"hvps\": \".*\"/\"version\": \"$TAG\"/" bindings/nodejs/nodered/package.json
# Commit and push changes
git config --local user.name "Luis Antonio Obis Aparicio"
Expand Down

0 comments on commit aa82e33

Please sign in to comment.