File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
42
42
env :
43
43
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
44
44
45
- - name : Publish Dummy Libraries
46
- run : bun --filter='./storage/framework' run publish:dummy-libs
47
- env :
48
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
49
-
50
45
# temporary workaround until npm publish is replaced with bun publish
51
46
- name : Update npm and install vsce
52
47
run : |
53
48
npm install -g npm@latest
54
49
npm install -g @vscode/vsce@latest
55
50
51
+ - name : Publish Dummy Libraries
52
+ run : bun --filter='./storage/framework' run publish:dummy-libs
53
+ env :
54
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
55
+
56
56
- name : Publish VS Code Extension
57
57
run : |
58
58
cd storage/framework/ide/vscode
Original file line number Diff line number Diff line change 1
1
# Stacks Changelog
2
2
3
+ ## v0.64.4...v0.64.5
4
+
5
+ [ compare changes] ( https://github.com/stacksjs/stacks/compare/v0.64.4...v0.64.5 )
6
+
7
+ ### 🏡 Chore
8
+
9
+ - Wip ([ cea883b74] ( https://github.com/stacksjs/stacks/commit/cea883b74 ) )
10
+ - Wip ([ bfb433817] ( https://github.com/stacksjs/stacks/commit/bfb433817 ) )
11
+ - Wip ([ 3a07df4bb] ( https://github.com/stacksjs/stacks/commit/3a07df4bb ) )
12
+ - Wip ([ 45c355856] ( https://github.com/stacksjs/stacks/commit/45c355856 ) )
13
+ - Wip ([ ad4666db2] ( https://github.com/stacksjs/stacks/commit/ad4666db2 ) )
14
+ - Wip ([ cb2d6dcff] ( https://github.com/stacksjs/stacks/commit/cb2d6dcff ) )
15
+ - Wip ([ b45462df3] ( https://github.com/stacksjs/stacks/commit/b45462df3 ) )
16
+ - Wip ([ 3d8200eda] ( https://github.com/stacksjs/stacks/commit/3d8200eda ) )
17
+ - Wip ([ e1f8d10e5] ( https://github.com/stacksjs/stacks/commit/e1f8d10e5 ) )
18
+ - Release v0.64.5 ([ 1b6d04a01] ( https://github.com/stacksjs/stacks/commit/1b6d04a01 ) )
19
+
20
+ ### ❤️ Contributors
21
+
22
+ - Chris < chrisbreuer93@gmail.com >
23
+ - Glennmichael123 < gtorregosa@gmail.com >
24
+
3
25
## v0.64.3...v0.64.4
4
26
5
27
[ compare changes] ( https://github.com/stacksjs/stacks/compare/v0.64.3...v0.64.4 )
You can’t perform that action at this time.
0 commit comments