Release v0.15.0: Bug fixes for account numbers, addition of commonly used fields and foreign keys #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'auto release' | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
jobs: | |
call-workflow-passing-data: | |
if: github.event.pull_request.merged | |
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main | |
secrets: inherit |