Skip to content

Commit

Permalink
update pre-commits add branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypernia committed Apr 17, 2024
1 parent af2ffd2 commit 4aed08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v2
with:
name: dataeng_utils-${{ github.event.inputs.release-version }}-py3-none-any.whl
name: ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ github.event.inputs.release-version }}-py3-none-any.whl
path: dist/*.whl

0 comments on commit 4aed08a

Please sign in to comment.