Skip to content

Commit

Permalink
fix: fixup paths in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 15, 2024
1 parent 48859d7 commit 3024669
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_tp53.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ env:
jobs:
on-main-branch-check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: python
outputs:
on_main: ${{ steps.contains_tag.outputs.retval }}
steps:
Expand Down Expand Up @@ -88,7 +85,7 @@ jobs:
uses: orhun/git-cliff-action@v3
id: git-cliff
with:
config: ./python/pyproject.toml
config: pyproject.toml
args: --latest --verbose
env:
GITHUB_REPO: ${{ github.repository }}
Expand Down

0 comments on commit 3024669

Please sign in to comment.