Skip to content

Commit

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

0 comments on commit 2c4cd00

Please sign in to comment.