File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -46,25 +46,25 @@ jobs:
4646 - name : Lint ✨
4747 run : npm run lint
4848
49- # Release:
50- # needs: [Test, Lint]
51- # if: |
52- # github.ref == 'refs/heads/master' &&
53- # github.event.repository.fork == false
54- # runs-on: ubuntu-latest
55- # steps:
56- # - uses: actions/checkout@v1
57- # - uses: UziTech/action-setup-atom@v1
58- # - uses: actions/setup-node@v1
59- # with:
60- # node-version: '12.x'
61- # - name: NPM install
62- # run: npm ci
63- # - name: Release 🎉
64- # env:
65- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66- # ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
67- # run: npx semantic-release
49+ Release :
50+ needs : [Test, Lint]
51+ if : |
52+ github.ref == 'refs/heads/master' &&
53+ github.event.repository.fork == false
54+ runs-on : ubuntu-latest
55+ steps :
56+ - uses : actions/checkout@v1
57+ - uses : UziTech/action-setup-atom@v1
58+ - uses : actions/setup-node@v1
59+ with :
60+ node-version : ' 12.x'
61+ - name : NPM install
62+ run : npm ci
63+ - name : Release 🎉
64+ env :
65+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66+ ATOM_ACCESS_TOKEN : ${{ secrets.ATOM_ACCESS_TOKEN }}
67+ run : npx semantic-release
6868
6969 Skip :
7070 if : contains(github.event.head_commit.message, '[skip ci]')
You can’t perform that action at this time.
0 commit comments