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 b1088fb commit 2e25e4dCopy full SHA for 2e25e4d
.github/workflows/trigger_release_new.yml
@@ -115,6 +115,8 @@ jobs:
115
# because there will be the exact opposite needs as well.
116
- name: Prepare Version Packages
117
run: pnpm tsx scripts/release/version-packages.ts
118
+ env:
119
+ RELEASE_TYPE: ${{ github.event.inputs.releaseType }}
120
121
- name: Create Release Pull Request
122
id: changesets
@@ -123,7 +125,6 @@ jobs:
123
125
version: pnpm ci:version
124
126
env:
127
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
- RELEASE_TYPE: ${{ github.event.inputs.releaseType }}
128
129
# Add label to verify the PR is created from this workflow.
130
- name: Add label to PR
0 commit comments