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 d281e10 commit 7bb68d2Copy full SHA for 7bb68d2
.github/workflows/release-branch.yml
@@ -1,5 +1,5 @@
1
---
2
-name: release-branch
+name: Release Branch
3
on:
4
push:
5
branches:
@@ -16,6 +16,7 @@ permissions:
16
contents: write
17
id-token: write
18
19
+
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.ref }}
22
cancel-in-progress: false
.github/workflows/release-published.yml
@@ -10,3 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: cloudposse/github-action-major-release-tagger@v1
13
+ with:
14
+ token: ${{ secrets.GITHUB_TOKEN }}
15
+ - uses: cloudposse/github-action-release-branch-manager@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments