Commit 60b33c9 1 parent 342c9ca commit 60b33c9 Copy full SHA for 60b33c9
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
- permissions :
4
- id-token : write
5
-
6
3
on :
7
4
push :
8
5
branches :
@@ -15,14 +12,17 @@ jobs:
15
12
release :
16
13
name : Release
17
14
runs-on : ubuntu-latest
15
+ permissions :
16
+ contents : read
17
+ id-token : write
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
- - uses : moonrepo/setup-toolchain@v0
22
+ - uses : pnpm/action-setup@v3
23
23
with :
24
- auto-install : true
25
- - run : moon run :build --query "projectSource~packages/*"
24
+ version : 8
25
+ - run : pnpm i
26
26
- name : Publish
27
27
id : changesets
28
28
uses : changesets/action@v1
31
31
# This expects you to have a script called release which does a build for your packages and calls changeset publish
32
32
publish : pnpm release
33
33
env :
34
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
35
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
34
+ GITHUB_TOKEN : ${{ secrets.MOON_GH_TOKEN }}
35
+ NPM_TOKEN : ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments