Skip to content

Commit 7bb68d2

Browse files
committed
create release branches on manual releases
1 parent d281e10 commit 7bb68d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: release-branch
2+
name: Release Branch
33
on:
44
push:
55
branches:
@@ -16,6 +16,7 @@ permissions:
1616
contents: write
1717
id-token: write
1818

19+
1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}
2122
cancel-in-progress: false

.github/workflows/release-published.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: cloudposse/github-action-major-release-tagger@v1
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
- uses: cloudposse/github-action-release-branch-manager@v1
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)