File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed
Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -61,33 +61,33 @@ jobs:
6161 run : |
6262 pnpm run test
6363
64- Release :
65- needs : [Test]
66- if : github.ref == 'refs/heads/master' &&
67- github.event.repository.fork == false
68- runs-on : ubuntu-latest
69- steps :
70- - uses : actions/checkout@v3
64+ # Release:
65+ # needs: [Test]
66+ # if: github.ref == 'refs/heads/master' &&
67+ # github.event.repository.fork == false
68+ # runs-on: ubuntu-latest
69+ # steps:
70+ # - uses: actions/checkout@v3
7171
72- - name : Setup Node
73- uses : actions/setup-node@v3
74- with :
75- node-version : 18
72+ # - name: Setup Node
73+ # uses: actions/setup-node@v3
74+ # with:
75+ # node-version: 18
7676
77- - name : Setup Pnpm
78- uses : pnpm/action-setup@v2
79- with :
80- version : 8
77+ # - name: Setup Pnpm
78+ # uses: pnpm/action-setup@v2
79+ # with:
80+ # version: 8
8181
82- - name : Install
83- run : |
84- pnpm install
82+ # - name: Install
83+ # run: |
84+ # pnpm install
8585
86- - name : Release 🎉
87- uses : cycjimmy/semantic-release-action@v2
88- with :
89- extends : |
90- @atom-ide-community/semantic-release-npm-config
91- env :
92- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
93- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
86+ # - name: Release 🎉
87+ # uses: cycjimmy/semantic-release-action@v2
88+ # with:
89+ # extends: |
90+ # @atom-ide-community/semantic-release-npm-config
91+ # env:
92+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " terser-config-atomic" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " The Terser configuration used in atom-community" ,
55 "repository" : " https://github.com/atom-community/terser-config-atomic" ,
66 "license" : " MIT" ,
3939 " preset" ,
4040 " config"
4141 ]
42- }
42+ }
You can’t perform that action at this time.
0 commit comments