Skip to content

Commit

Permalink
make the working directory relative
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent 223b69a commit 63658ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: "hatch run build:check-all"
working-dir:
description: Where to run commands from, supports namespace packaging
default: "/"
default: "./"

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
uses: ./.github/actions/publish-pypi
with:
pypi-repository-url: ${{ vars.PYPI_REPOSITORY_URL }}
working-dir: dbt-tests-adapter/
working-dir: ./dbt-tests-adapter/

0 comments on commit 63658ee

Please sign in to comment.