Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Sep 10, 2024
1 parent 8e731e6 commit 41135bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release-single-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
python -m build
- name: Rename files
working-directory: ${{ steps.set-variables.outputs.package_dir }}
run: |
for file in ./dist/*; do mv "$file" "${file//_/-}"; done
Expand Down

0 comments on commit 41135bc

Please sign in to comment.