File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,8 @@ permissions:
88 contents : read
99
1010jobs :
11- build-library :
12- runs-on : ubuntu-latest
13- steps :
14- - name : Checkout
15- uses : actions/checkout@v5.0.0
16-
17- - name : Setup
18- uses : ./.github/actions/setup
19-
20- - name : Build package
21- run : yarn build
22-
2311 release :
2412 runs-on : ubuntu-latest
25- needs : [build-library]
2613 permissions :
2714 id-token : write
2815 contents : write
3825 - name : Setup
3926 uses : ./.github/actions/setup
4027
28+ - name : Build package
29+ run : yarn build
30+
4131 - name : Build tarball
4232 run : |
4333 mkdir -p release
4636 - name : Run semantic-release
4737 env :
4838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49- # TODO: remove NPM_TOKEN
39+ # TODO: remove NPM_TOKEN
5040 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5141 run : yarn release
You can’t perform that action at this time.
0 commit comments