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