Skip to content

Commit a7b47ad

Browse files
committed
[DO NOT LAND] Hardcode version number for uploading assets
1 parent 9a37027 commit a7b47ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
with:
3838
script: |
3939
const {uploadReleaseAssetsForDotSlash} = require('./scripts/releases/upload-release-assets-for-dotslash.js');
40-
const version = '${{ github.ref_name }}';
40+
// const version = '${{ github.ref_name }}';
41+
const version = 'v0.82.0-20250807-1752';
4142
await uploadReleaseAssetsForDotSlash({
4243
version,
4344
token: '${{secrets.REACT_NATIVE_BOT_GITHUB_TOKEN}}',

0 commit comments

Comments
 (0)