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 f1f134a commit dfe9117Copy full SHA for dfe9117
.github/workflows/release.yml
@@ -93,6 +93,7 @@ jobs:
93
DRY_RUN: ${{ inputs.dry_run }}
94
TAG: ${{ inputs.tag }}
95
VERSION: ${{ inputs.version }}
96
+ CFA_HOST: https://cfa.rspack.dev
97
GITHUB_TOKEN: ${{ steps.github_creds.outputs.token }}
98
GITHUB_OIDC_TOKEN: ${{ steps.oidc.outputs.token }}
99
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments