Skip to content

Commit

Permalink
make the release prep call local
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 5, 2024
1 parent f37457c commit 2614d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .bumpversion.cfg
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ defaults:
jobs:
release-prep:
name: "Release prep: generate changelog, bump version"
uses: dbt-labs/dbt-snowflake/.github/workflows/release_prep_hatch.yml@main
uses: ./.github/workflows/release_prep_hatch.yml
with:
branch: ${{ inputs.branch }}
version: ${{ inputs.version }}
Expand Down

0 comments on commit 2614d44

Please sign in to comment.