Skip to content

Commit 2139338

Browse files
committed
Fix output references
1 parent 5f6e20a commit 2139338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)