Skip to content

Commit

Permalink
Fix latest-wrangler reference (#115)
Browse files Browse the repository at this point in the history
* move latest-wrangler outside

* move back into .gtihub and fix path
  • Loading branch information
emmyoop authored Apr 2, 2024
1 parent 16e89d2 commit cd4e999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ jobs:
outputs:
fully_qualified_tags: ${{ steps.tags.outputs.fully_qualified_tags }}
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Get the tags to publish
id: tags
# this cannot be relative because this workflow is called from multiple repos
# in addition to a manual trigger
uses: dbt-labs/dbt-release/latest-wrangler@main
uses: dbt-labs/dbt-release/.github/actions/latest-wrangler@main
with:
package_name: ${{ inputs.package }}
new_version: ${{ inputs.version_number }}
Expand Down

0 comments on commit cd4e999

Please sign in to comment.