Skip to content

Commit

Permalink
Add version bump into release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 2, 2024
1 parent fd94448 commit e2f947f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ jobs:
nightly_release: ${{ inputs.nightly_release }}
secrets: inherit

log-outputs-audit-version-and-changelog:
log-outputs-bump-version-generate-changelog:
name: "[Log output] Bump package version, Generate changelog"
if: ${{ !failure() && !cancelled() && !inputs.only_docker }}
needs: [bump-version-generate-changelog]
runs-on: ubuntu-latest
steps:
- name: Print variables
run: |
echo Final SHA : ${{ needs.audit-version-and-changelog.outputs.final_sha }}
echo Changelog path: ${{ needs.audit-version-and-changelog.outputs.changelog_path }}
echo Final SHA : ${{ needs.bump-version-generate-changelog.outputs.final_sha }}
echo Changelog path: ${{ needs.bump-version-generate-changelog.outputs.changelog_path }}
build-test-package:
name: "Build, Test, Package"
Expand Down

0 comments on commit e2f947f

Please sign in to comment.