Skip to content

Commit

Permalink
Hotfix the workdir in the Git tagging job of the PyPI publishing work…
Browse files Browse the repository at this point in the history
…flow

It was referring to a non-existing directory, not taking into account the the previously used checkout action puts everything into the current directory already.
  • Loading branch information
webknjaz committed Feb 27, 2024
1 parent 4ab3017 commit d212231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ansible-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
ref: ${{ github.event.repository.default_branch }}

- name: Create git tag
working-directory: ansible-build-data
run: |
git config --global user.name "Github Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit d212231

Please sign in to comment.