Skip to content

Commit

Permalink
chore: list current directory to understand the current action (in a …
Browse files Browse the repository at this point in the history
…dedicated action
  • Loading branch information
deveaud-m committed Jan 28, 2025
1 parent 372df49 commit aec019d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: "github-actions"
git_committer_email: "[email protected]"

- name: Debug | Show current directory
run:
pwd
ls -la

- name: Publish | Upload package to PyPI
Expand Down

0 comments on commit aec019d

Please sign in to comment.