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:
46
46
- name : Lint ✨
47
47
run : npm run lint
48
48
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
68
68
69
69
Skip :
70
70
if : contains(github.event.head_commit.message, '[skip ci]')
You can’t perform that action at this time.
0 commit comments