Skip to content

Commit dd22ab4

Browse files
🔧 Fix bug with bun execute command
1 parent d8c432d commit dd22ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Update package.json version
6363
run: |
64-
bun run --bun -- -e "
64+
bun -e "
6565
const pkg = require('./package.json');
6666
pkg.version = '${{ steps.get_version.outputs.version }}';
6767
require('fs').writeFileSync('./package.json', JSON.stringify(pkg, null, 2) + '\n');

0 commit comments

Comments
 (0)