Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Jul 23, 2024
1 parent b4e6f9c commit e9f5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
#version_tag=${{ github.event.release.tag_name }}
version_tag=3.5.1
sed -i "s/__version__ = \".*\"/__version__ = \"${version_tag}\"/" packages/opal-client/__packaging__.py
sed -i "s/__version__ = \".*\"/__version__ = \"${version_tag}\"/" packages/__packaging__.py
cat packages/opal-client/__packaging__.py
# git config --local user.email "[email protected]"
# git config --local user.name "elimoshkovich"
Expand Down

0 comments on commit e9f5968

Please sign in to comment.