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 f65e708 commit 849c7c3Copy full SHA for 849c7c3
.github/workflows/create-release-pr.yml
@@ -19,18 +19,14 @@ jobs:
19
env:
20
VERSION: ${{ github.event.inputs.version }}
21
BRANCH: rel/${{ github.event.inputs.version }}
22
- GH_REPO: ${{ github.repository }}
23
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # Ensure full history for git log
29
fetch-tags: true
30
31
- - name: Authenticate GitHub CLI
32
- run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
33
-
34
- name: Create release branch from main
35
run: |
36
0 commit comments