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 9a37027 commit a7b47adCopy full SHA for a7b47ad
.github/workflows/create-draft-release.yml
@@ -37,7 +37,8 @@ jobs:
37
with:
38
script: |
39
const {uploadReleaseAssetsForDotSlash} = require('./scripts/releases/upload-release-assets-for-dotslash.js');
40
- const version = '${{ github.ref_name }}';
+ // const version = '${{ github.ref_name }}';
41
+ const version = 'v0.82.0-20250807-1752';
42
await uploadReleaseAssetsForDotSlash({
43
version,
44
token: '${{secrets.REACT_NATIVE_BOT_GITHUB_TOKEN}}',
0 commit comments