Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2024
1 parent 1f87be0 commit 018f2a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ jobs:
- name: Update Version Number in python files
run: |
cwd
ls -la
echo "version variable"
sed -i -e "s/version = \"[^\"]*\"/version = \"${version}\"/" $(find . -name "*.py")
echo "version comment"
sed -i -e "s/# Version .*/# Version ${version}/" $(find . -name "*.py")
echo "--------------- cat rfswarm.py ---------------"
cat rfswarm_manager/rfswarm.py
echo "--------------- cat setup-manager.py ---------------"
cat setup-manager.py
Expand Down

0 comments on commit 018f2a5

Please sign in to comment.