We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c385c commit 2a73f49Copy full SHA for 2a73f49
1 file changed
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
node -e "
99
const fs = require('fs');
100
const config = JSON.parse(fs.readFileSync('src-tauri/tauri.conf.json', 'utf8'));
101
- config.package.version = process.argv[1];
+ config.version = process.argv[1];
102
fs.writeFileSync('src-tauri/tauri.conf.json', JSON.stringify(config, null, 2));
103
" "$VERSION"
104
0 commit comments