@@ -98,23 +98,23 @@ jobs:
9898 - name : Commit lint ✨
9999 uses : wagoid/commitlint-github-action@v4
100100
101- # Release:
102- # needs: [Test, CommitLint, Lint]
103- # if: github.ref == 'refs/heads/master' &&
104- # github.event.repository.fork == false
105- # runs-on: ubuntu-latest
106- # steps:
107- # - uses: actions/checkout@v2
108- # - uses: UziTech/action-setup-atom@v1
109- # - uses: actions/setup-node@v3
110- # with:
111- # node-version: "lts/*"
112- # - name: NPM install
113- # run: npm install
114- # - name: Release 🎉
115- # uses: cycjimmy/semantic-release-action@v2
116- # with:
117- # extends: @semantic-release/apm-config
118- # env:
119- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120- # ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
101+ Release :
102+ needs : [Test, CommitLint, Lint]
103+ if : github.ref == 'refs/heads/master' &&
104+ github.event.repository.fork == false
105+ runs-on : ubuntu-latest
106+ steps :
107+ - uses : actions/checkout@v2
108+ - uses : UziTech/action-setup-atom@v1
109+ - uses : actions/setup-node@v3
110+ with :
111+ node-version : " lts/*"
112+ - name : NPM install
113+ run : npm install
114+ - name : Release 🎉
115+ uses : cycjimmy/semantic-release-action@v2
116+ with :
117+ extends : @semantic-release/apm-config
118+ env :
119+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120+ ATOM_ACCESS_TOKEN : ${{ secrets.ATOM_ACCESS_TOKEN }}
0 commit comments