File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 64
64
release :
65
65
concurrency :
66
66
group : release
67
- if : |
68
- github.repository == 'vuejs/core-vapor' &&
69
- github.event_name == 'push' &&
70
- !contains(github.event.head_commit.message, 'skip release')
71
67
runs-on : ubuntu-latest
72
68
needs : [unit-test, lint-and-test-dts]
73
69
permissions :
@@ -88,10 +84,11 @@ jobs:
88
84
89
85
- run : pnpm install
90
86
91
- - run : pnpm release --vapor --skipTests --tag ${{ github.ref == 'refs/heads/main' && 'latest' || 'branch' }}
92
- env :
93
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
94
- NPM_CONFIG_PROVENANCE : ' true'
87
+ - name : Build
88
+ run : pnpm build --withTypes
89
+
90
+ - name : Publish
91
+ run :
pnpm dlx [email protected] publish './packages/*' --template './playground' --pnpm
95
92
96
93
# benchmarks:
97
94
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments