File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 package_name : apify-client
7474 is_prerelease : " yes"
7575 version_number : ${{ needs.release_metadata.outputs.version_number }}
76- ref : ${{ needs.update_changelog.changelog_commitish }}
76+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
7777 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
7878 - name : Publish package to PyPI
7979 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 package_name : apify-client
107107 is_prerelease : " "
108108 version_number : ${{ needs.release_metadata.outputs.version_number }}
109- ref : ${{ needs.update_changelog.changelog_commitish }}
109+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
110110 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
111111 - name : Publish package to PyPI
112112 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments