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:
59
59
- uses : UziTech/action-setup-atom@v1
60
60
- uses : actions/setup-node@v1
61
61
with :
62
- node-version : " 14 .x"
62
+ node-version : " 12 .x"
63
63
- name : NPM install
64
64
run : npm ci
65
65
- name : Build and Commit
66
66
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 }}
76
75
77
76
Skip :
78
77
if : contains(github.event.head_commit.message, '[skip ci]')
You can’t perform that action at this time.
0 commit comments