Skip to content

Commit 9a847c0

Browse files
authored
Fix calling of actor image release action (#52)
Fix calling of actor image release action, update date in changelog
1 parent 4b02aa8 commit 9a847c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
event-type: build-python-images
143143
client-payload: >
144144
{
145-
"release_tag": "${{ env.RELEASE_TAG }}",
146-
"apify_client_version": "${{ steps.get-package-version.outputs.package_version }}",
145+
"release_tag": "${{ env.RELEASE_TYPE }}",
146+
"apify_client_version": "${{ steps.get-package-version.outputs.package_version }}"
147147
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
[0.1.0](../../releases/tag/v0.1.0) - 2021-06-11
4+
[0.1.0](../../releases/tag/v0.1.0) - 2021-08-02
55
-----------------------------------------------
66

77
### Changed

0 commit comments

Comments
 (0)