Skip to content

Commit

Permalink
ci: corrected working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 22, 2024
1 parent e68c8ea commit b205f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
latest_version=$(gh release view --json tagName --jq '.tagName')
echo "Latest release version is - $latest_version"
echo "::set-output name=release_tag::$latest_version"
working-directory: xero-python
working-directory: xero-php-oauth2
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit b205f6c

Please sign in to comment.