File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,19 @@ jobs:
5959 - uses : UziTech/action-setup-atom@v1
6060 - uses : actions/setup-node@v1
6161 with :
62- node-version : " 14 .x"
62+ node-version : " 12 .x"
6363 - name : NPM install
6464 run : npm ci
6565 - name : Build and Commit
6666 run : npm run build-commit
67- # NOTE: uncomment when ready
68- # - name: Release 🎉
69- # uses: cycjimmy/semantic-release-action@v2
70- # with:
71- # extends: |
72- # @semantic-release/apm-config
73- # env:
74- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75- # ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
67+ - name : Release 🎉
68+ uses : cycjimmy/semantic-release-action@v2
69+ with :
70+ extends : |
71+ @semantic-release/apm-config
72+ env :
73+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74+ ATOM_ACCESS_TOKEN : ${{ secrets.ATOM_ACCESS_TOKEN }}
7675
7776 Skip :
7877 if : contains(github.event.head_commit.message, '[skip ci]')
You can’t perform that action at this time.
0 commit comments