We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612c657 commit fa2a6d9Copy full SHA for fa2a6d9
3 files changed
.github/workflows/alpha-release.yml
@@ -55,5 +55,6 @@ jobs:
55
uses: ./.github/workflows/release.yml
56
permissions:
57
contents: write
58
+ pull-requests: write
59
with:
60
tag: ${{ needs.create-alpha-tag.outputs.tag }}
.github/workflows/beta-release.yml
@@ -43,5 +43,6 @@ jobs:
43
44
45
46
47
48
tag: ${{ needs.create-beta-tag.outputs.tag }}
.github/workflows/prod-release.yml
@@ -59,5 +59,6 @@ jobs:
61
62
63
64
tag: ${{ needs.promote-beta-to-prod.outputs.tag }}
0 commit comments