Skip to content

Commit

Permalink
chore: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 1, 2024
1 parent ab67471 commit afdd570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload wheel and sdist to release
uses: svenstaro/upload-release-action@v2
with:
file: dist/singer_sdk*
file: dist/edk*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit afdd570

Please sign in to comment.