We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffb7ea commit 60aded7Copy full SHA for 60aded7
.github/workflows/pre_release.yaml
@@ -4,7 +4,7 @@ on:
4
# Trigger a beta version release (pre-release) on push to the master branch.
5
push:
6
branches:
7
- - automated-release-process # TODO replace with master
+ - master
8
tags-ignore:
9
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
10
@@ -18,7 +18,7 @@ jobs:
18
tag_name: ${{ steps.release_metadata.outputs.tag_name }}
19
changelog: ${{ steps.release_metadata.outputs.changelog }}
20
steps:
21
- - uses: apify/workflows/git-cliff-release@improve-git-cliff-release
+ - uses: apify/workflows/git-cliff-release@main
22
id: release_metadata
23
name: Prepare release metadata
24
with:
0 commit comments