File tree 2 files changed +10
-13
lines changed
packages/ember-repl/addon
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 11
11
- main
12
12
- master
13
13
14
+ env :
15
+ TURBO_API : http://127.0.0.1:9080
16
+ TURBO_TOKEN : this-is-not-a-secret
17
+ TURBO_TEAM : myself
18
+
14
19
concurrency :
15
20
group : publish-${{ github.head_ref || github.ref }}
16
21
cancel-in-progress : true
@@ -43,20 +48,13 @@ jobs:
43
48
pull-requests : write
44
49
45
50
steps :
46
- - uses : actions/checkout@v4
47
- - uses : actions/setup-node@v4
51
+ - uses : wyvox/action@v1
48
52
with :
49
- node-version : 18
53
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
50
54
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
- registry-url : ' https://registry.npmjs.org'
52
-
53
- - uses : pnpm/action-setup@v3
54
- with :
55
- version : 8
56
- - run : pnpm install --frozen-lockfile
57
- - name : npm publish
58
- run : pnpm release-plan publish
59
-
55
+ node-registry-url : ' https://registry.npmjs.org'
56
+ - run : pnpm turbo build
57
+ - run : pnpm release-plan publish
60
58
env :
61
59
GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
62
60
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 60
60
" addon-main.cjs"
61
61
],
62
62
"scripts" : {
63
- "prepack" : " rollup --config" ,
64
63
"build" : " rollup --config" ,
65
64
"lint:types" : " tsc --noEmit" ,
66
65
"lint:fix" : " pnpm -w exec lint fix" ,
You can’t perform that action at this time.
0 commit comments