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 73
73
package_name : apify-client
74
74
is_prerelease : " yes"
75
75
version_number : ${{ needs.release_metadata.outputs.version_number }}
76
- ref : ${{ needs.update_changelog.changelog_commitish }}
76
+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
77
77
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
78
78
- name : Publish package to PyPI
79
79
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
package_name : apify-client
107
107
is_prerelease : " "
108
108
version_number : ${{ needs.release_metadata.outputs.version_number }}
109
- ref : ${{ needs.update_changelog.changelog_commitish }}
109
+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
110
110
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
111
111
- name : Publish package to PyPI
112
112
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments