Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/manual_release_beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version_number: ${{ steps.release_prepare.outputs.version_number }}
changelog: ${{ steps.release_prepare.outputs.changelog }}
steps:
- uses: apify/actions/git-cliff-release@v1.0.0
- uses: apify/actions/git-cliff-release@v1.1.1
id: release_prepare
name: Release prepare
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
url: https://pypi.org/project/apify-shared
steps:
- name: Prepare distribution
uses: apify/actions/prepare-pypi-distribution@v1.0.0
uses: apify/actions/prepare-pypi-distribution@v1.1.1
with:
package_name: apify-shared
is_prerelease: "yes"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual_release_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
changelog: ${{ steps.release_prepare.outputs.changelog }}
release_notes: ${{ steps.release_prepare.outputs.release_notes }}
steps:
- uses: apify/actions/git-cliff-release@v1.0.0
- uses: apify/actions/git-cliff-release@v1.1.1
name: Release prepare
id: release_prepare
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
url: https://pypi.org/project/apify-shared
steps:
- name: Prepare distribution
uses: apify/actions/prepare-pypi-distribution@v1.0.0
uses: apify/actions/prepare-pypi-distribution@v1.1.1
with:
package_name: apify-shared
is_prerelease: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
actions: write # Required by execute-workflow.
steps:
- name: Dispatch beta release workflow
uses: apify/actions/execute-workflow@v1.0.0
uses: apify/actions/execute-workflow@v1.1.1
with:
workflow: manual_release_beta.yaml
Loading