Skip to content

Commit

Permalink
add log step
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 19, 2024
1 parent 434810f commit 59be652
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ jobs:
log-outputs-bump-version-generate-changelog:
name: "[Log output] Bump package version, Generate changelog"
if: ${{ !failure() && !cancelled() }}

needs: [bump-version-generate-changelog]
runs-on: ubuntu-latest
steps:
- name: Print variables
run: |
echo Final SHA : ${{ needs.bump-version-generate-changelog.outputs.final_sha }}
echo Changelog path: ${{ needs.bump-version-generate-changelog.outputs.changelog_path }}
build-and-publish:
name: Build, Test and publish to PyPi
Expand Down

0 comments on commit 59be652

Please sign in to comment.