Skip to content

Commit

Permalink
fix workflow name:
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 29, 2024
1 parent bb8ca78 commit a64052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
matrix:
package: ${{fromJson(needs.determine-docker-package.outputs.packages)}}

uses: dbt-labs/dbt-release/.github/workflows/docker-release.yml@main
uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@main
with:
package: ${{ matrix.package }}
version_number: ${{ inputs.version_number }}
Expand Down

0 comments on commit a64052a

Please sign in to comment.