Skip to content

Commit b9e6aaa

Browse files
committed
chore: wip
1 parent 61b23b5 commit b9e6aaa

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,20 @@ jobs:
4444
run: bunx pnpm --filter='./storage/framework' build
4545

4646
- name: Publish framework
47-
run: cd ./storage/framework/core/scripts && ./publish
47+
run: ./storage/framework/core/scripts/publish
4848
env:
4949
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5050

51-
# - name: Publish dummy libraries
52-
# run: bunx pnpm --filter='./framework' publish:dummy-libs
53-
# env:
54-
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
51+
- name: Publish dummy libraries
52+
run: bunx pnpm --filter='./storage/framework' publish:dummy-libs
53+
env:
54+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5555

5656
- name: Publish VS Code Extension
57-
run: bunx pnpm --filter='./framework/ide/vscode' release
57+
run: bunx pnpm --filter='./storage/framework/ide/vscode' release
5858
env:
5959
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6060

61-
- run: cd ../
62-
6361
- name: Create GitHub release
6462
run: bunx changelogithub
6563
env:

0 commit comments

Comments
 (0)