Skip to content

Commit

Permalink
specify artifact_name
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 22, 2024
1 parent 1a728a9 commit d691e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: ${{ !failure() && !cancelled() }}

needs: [build-and-test]
uses: dbt-labs/dbt-adapters/.github/workflows/release_prep_hatch.yml@bumpVersion
uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@bumpVersion

with:
version_number: ${{ inputs.version_number }}
Expand All @@ -168,6 +168,6 @@ jobs:
uses: ./.github/actions/publish-pypi
with:
repository-url: ${{ vars.PYPI_REPOSITORY_URL }}
artifacts-dir: ${{ inputs.version_number }}
artifacts-dir: ${{ inputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}


0 comments on commit d691e03

Please sign in to comment.