Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 6, 2024
1 parent 969d10d commit 304981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/steps_psr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
architecture: x64
- name: Python Semantic Release Setup
run: python -m pip install --upgrade python-semantic-release
working-directory: "${{ github.workspace }}/${{inputs.PkgRootFolder}}"
working-directory: "${{inputs.PkgRootFolder}}"
shell: bash
- name: Python Semantic Release
id: pythonsemanticrelease
Expand Down

0 comments on commit 304981c

Please sign in to comment.