Skip to content

Commit

Permalink
Update CreateRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminum-ice committed Dec 14, 2023
1 parent 612a5fc commit fefa7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set _version.py correctly using the env variable
run: |
sed -i '' "s#.*__version__.*#__version__='$PWN_VERSION'#" pwnagotchi/_version.py
sed -i "s#.*__version__.*#__version__='$PWN_VERSION'#" pwnagotchi/_version.py
env:
PWN_VERSION: ${{ inputs.release_version }}

Expand Down

0 comments on commit fefa7e2

Please sign in to comment.