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 692a58a commit 656e930Copy full SHA for 656e930
.github/workflows/start-beta.yml
@@ -42,6 +42,8 @@ jobs:
42
npm ci
43
44
- name: Start Release
45
+ env:
46
+ GH_TOKEN: ${{ github.token }}
47
run: |
48
node scripts/release.js beta \
49
--merge-branch="${{ github.event.inputs.mergeBranch || 'main' }}" \
.github/workflows/start-ga.yaml
@@ -44,6 +44,7 @@ jobs:
env:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
node scripts/release.js ga \
50
--release-ticket="${{ github.event.inputs.releaseTicket }}" \
0 commit comments