From cd4e9995b78f204967d3e68bed92a7f7193137ca Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 2 Apr 2024 18:06:58 -0500 Subject: [PATCH] Fix latest-wrangler reference (#115) * move latest-wrangler outside * move back into .gtihub and fix path --- .github/workflows/release-docker.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 4e288d9..b5aad53 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -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 }}