We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c29fdc2 + 1138de2 commit b622074Copy full SHA for b622074
.github/workflows/pre-release.yml
@@ -35,7 +35,7 @@ jobs:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
tag_prefix: 'v'
37
release_branches: 'production,release/*'
38
- pre_release_branches: 'develop'
+ pre_release_branches: 'main'
39
append_to_pre_release_tag: 'snapshot-${{steps.current_date.outputs.current_date}}'
40
dry_run: 'true'
41
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
32
33
34
0 commit comments