Skip to content

Commit

Permalink
stop pointing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 25, 2024
1 parent 672381a commit 7a2380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "Get the tags to publish"
id: tags
# this cannot be relative because this workflow is called from multiple repos
uses: dbt-labs/dbt-release/.github/actions/latest-wrangler@main
uses: dbt-labs/dbt-release/.github/actions/latest-wrangler
with:
package_name: ${{ inputs.package }}
new_version: ${{ inputs.version_number }}
Expand Down

0 comments on commit 7a2380e

Please sign in to comment.