Skip to content

Commit

Permalink
add sha to github release
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 20, 2024
1 parent e198338 commit 5c2e9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
version_number: ${{ inputs.version_number }}
changelog_path: ${{ needs.bump-version-generate-changelog.outputs.changelog_path }}
test_run: ${{ needs.setup-job-vars.outputs.TEST_RUN }}
sha: ${{ needs.bump-version-generate-changelog.outputs.final_sha }}

pypi-release:
name: Publish to PyPI
Expand Down

0 comments on commit 5c2e9e0

Please sign in to comment.