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 9cf4ef8 commit 19fdc4eCopy full SHA for 19fdc4e
.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-20250808-1838';
42
await uploadReleaseAssetsForDotSlash({
43
version,
44
token: '${{secrets.REACT_NATIVE_BOT_GITHUB_TOKEN}}',
0 commit comments